From 93c4f31d63cf1d74a69eef42aee2340f4f33457a Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Fri, 2 Mar 2012 12:13:48 -0500 Subject: [PATCH] woot Signed-off-by: Ricky Barrette --- test/src/com/test/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/com/test/Main.java b/test/src/com/test/Main.java index d9eb4de..aa8c3ae 100644 --- a/test/src/com/test/Main.java +++ b/test/src/com/test/Main.java @@ -24,7 +24,7 @@ public class Main { System.out.println("A commit with a change ID!!!"); System.out.print("master"); System.out.print("another change"); - + System.out.print("woot"); } /**