From 3c0796a79fc74494e6e0e9b7b5f971efc60df5ba Mon Sep 17 00:00:00 2001 From: matt joseph Date: Sun, 16 Jan 2011 20:44:01 +0000 Subject: [PATCH] testcommit --- test/src/Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/Test.java b/test/src/Test.java index dd3dc3c..1148bf6 100644 --- a/test/src/Test.java +++ b/test/src/Test.java @@ -25,7 +25,7 @@ public class Test { */ public static void main(String[] args) { // TODO Auto-generated method stub - System.out.print("Hello World. Howdy all! I have to poo now"); + System.out.print("Hello World. Howdy all! I have to poo now, yay!"); } }