Skip to content

Commit ed8b47d

Browse files
committed
comment made in HelloWorld
1 parent 2af033d commit ed8b47d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/main/java/hello/HelloWorld.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
/* Get a time library */
33
import org.joda.time.LocalTime;
44

5-
// Add a comment
5+
// this is my comment hello
66

7-
public class HelloWorld
7+
public class HelloWorld
88
{
99
/* master comment */
1010
public static void main(String[] args) {
1111
LocalTime currentTime = new LocalTime();
1212
System.out.println("The current local time is: " + currentTime);
13-
13+
1414
Greeter greeter = new Greeter();
1515
System.out.println(greeter.sayHello());
1616
}
1717
}
18-

0 commit comments

Comments
 (0)