changeset 69:be58a730334a

Testing the new powers. Added a line to Hello.java
author Danesh Dadachanji<ddadacha@redhat.com>
date Wed, 08 Jun 2011 10:23:29 -0400
parents cd682eb49f44
children d07084d19e7c
files ChangeLog Hello.java
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Mar 25 14:18:22 2011 -0400
+++ b/ChangeLog	Wed Jun 08 10:23:29 2011 -0400
@@ -1,3 +1,6 @@
+2011-06-08  Danesh Dadachanji	<ddadacha@redhat.com>
+	* Testing out my powers.
+
 2011-02-15  Xerxes Ranby  <xerxes@zafena.se>
 
 	*  README: Fixed typo.
@@ -8,7 +11,7 @@
 
 2010-8-5  Jiri Vanek <jvanek@redhat.com>
 
-	*  Just editations in current files, playying with mercurial.
+	*  Just editations in current files, playing with mercurial.
 
 2009-11-30  Pavel Tisnovsky <ptisnovs@redhat.com>
 
--- a/Hello.java	Fri Mar 25 14:18:22 2011 -0400
+++ b/Hello.java	Wed Jun 08 10:23:29 2011 -0400
@@ -46,5 +46,6 @@
     System.out.println ("I am not so cool!");
     System.out.println ("But I am!"); 
     System.out.println ("orly?");
+    System.out.println ("yarly?");
   }
 }