changeset 52:25c873f39156

test
author Denis Lila <dlila@redhat.com>
date Mon, 25 Oct 2010 09:08:57 -0400
parents 6deafea4e389
children 5eeda44107ee
files Hello.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Hello.java	Sat Oct 23 15:47:14 2010 +0800
+++ b/Hello.java	Mon Oct 25 09:08:57 2010 -0400
@@ -42,6 +42,6 @@
     System.out.println ("I am not so cool!");
     System.out.println ("But I am!"); 
     System.out.println ("Oh really?");
-    System.out.println ("Really.");
+    System.out.println ("Really");
 }
 }