diff --git a/.idea/misc.xml b/.idea/misc.xml index cf9abe6..b95853c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/src/HelloWorldPrinter.java b/src/HelloWorldPrinter.java index 4666973..6e1c4b8 100644 --- a/src/HelloWorldPrinter.java +++ b/src/HelloWorldPrinter.java @@ -5,6 +5,6 @@ public void run() { //What work we want to do in a separate thread, that will come here. System.out.println("Hello World. THREAD: " + Thread.currentThread().getName()); - System.out.println("lokesh's commit "); + System.out.println("Raviteja's commit "); } }