From 6995093b5ddd5c6827c26b18610133c183a68f2c Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Fri, 2 Mar 2012 12:15:36 -0500 Subject: [PATCH] sleep Signed-off-by: Ricky Barrette --- test/src/com/test/Main.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/src/com/test/Main.java b/test/src/com/test/Main.java index 31b1094..dc0134c 100644 --- a/test/src/com/test/Main.java +++ b/test/src/com/test/Main.java @@ -26,6 +26,7 @@ public class Main { System.out.print("another change"); System.out.print("woot"); System.out.print("yay"); + System.out.print("sleep"); } /**