From 72f8af204b8aa71823e93f32e6e734de7c624cec Mon Sep 17 00:00:00 2001 From: RavitejaBaira Date: Fri, 9 Feb 2024 19:17:53 +0530 Subject: [PATCH] changes da --- .idea/misc.xml | 1 - src/HelloWorldPrinter.java | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 "); } }