# HG changeset patch # User Mark Wielaard # Date 1335098939 -7200 # Node ID ec7e39a1bd54cfa634075000df1eac31e59aec5c # Parent 00b1ce7680518a5d02a84814757cbfe42a70b26b Hello.java (hello): Thread.sleep() a bit. diff -r 00b1ce768051 -r ec7e39a1bd54 ChangeLog --- a/ChangeLog Mon Apr 16 16:30:59 2012 +0100 +++ b/ChangeLog Sun Apr 22 14:48:59 2012 +0200 @@ -1,3 +1,7 @@ +2012-04-22 Mark Wielaard + + * Hello.java (hello): Thread.sleep() a bit. + 2012-02-15 Chris Phillips * Mess with Hello.java diff -r 00b1ce768051 -r ec7e39a1bd54 Hello.java --- a/Hello.java Mon Apr 16 16:30:59 2012 +0100 +++ b/Hello.java Sun Apr 22 14:48:59 2012 +0200 @@ -49,6 +49,7 @@ System.out.println ("yarly?"); System.out.println ("Slow and fuzzy"); System.out.println ("I'll repeat the original question"); + Thread.sleep(1); System.out.println ("Are you now or have you ever been"); System.out.println ("a member of the common ass party"); System.out.println ("or any other common ass organization?");