changeset 75:ec7e39a1bd54

Hello.java (hello): Thread.sleep() a bit.
author Mark Wielaard <mark@klomp.org>
date Sun, 22 Apr 2012 14:48:59 +0200
parents 00b1ce768051
children 80cb82d2b761
files ChangeLog Hello.java
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <mark@klomp.org>
+
+	* Hello.java (hello): Thread.sleep() a bit.
+
 2012-02-15  Chris Phillips <chrisphi@redhat.com>
 
 	* Mess with 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?");