Skip to content

Commit 3f48caf

Browse files
author
rudy
committed
Spelling.
1 parent 6974d13 commit 3f48caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/api/java/lang/ShutdownHookDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class ShutdownHookDemo {
44

5-
// a class that extends thread that is to be called when program is exiting
5+
// a class that extends thread is to be called when the program does exit
66
static class ShutDownHook extends Thread {
77
public void run() {
88
System.out.println("This thread part of the class ShutDownHook is executed after the main thread exited...");

0 commit comments

Comments
 (0)