Skip to content

Commit 52bf5dc

Browse files
committed
Added HelloWorldStyle.java
1 parent 24e3aa5 commit 52bf5dc

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

HelloWorldStyle.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
/**
2-
* HelloWorld program implements an application that
3-
* simply displays "Hello World!" to the standard output.
4-
*
1+
/**.
2+
* This is a Hello World Style program
3+
*
54
* @author Angel
65
* @version 1.0
7-
* @since 2025-09-09
6+
* @since 2025-09-09
87
*/
8+
99
public final class HelloWorldStyle {
1010

11-
/**
11+
/**.
1212
* This is a private constructor used to satisfy the
1313
* style checker
14-
*
14+
*
1515
* @exception IllegalStateException Utility class
1616
* @se
1717
* e IllegalStateException
@@ -21,11 +21,11 @@ private HelloWorldStyle() {
2121
}
2222

2323
/**
24-
* This is the main method
25-
*
24+
* This is the main method.
25+
*
2626
* @param args Unused
2727
*/
28-
public static void main(String[] args) {
28+
public static void main(final String[] args) {
2929
System.out.println("HelloWorld! with style");
3030
}
31-
}
31+
}
File renamed without changes.

linter/checkstyle.app

18.7 MB
Binary file not shown.
File renamed without changes.

package-info.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/**
2-
* This is the package-info for
1+
/**.
2+
* This is the package-info for
33
* HelloWorldStyle.java.
44
* @author Angel
55
* @version 1.0
66
* @since 2025-09-09
7-
*/
7+
*/

run_linter.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)