File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 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+
99public 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.
File renamed without changes.
Original file line number Diff line number Diff line change 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+ */
You can’t perform that action at this time.
0 commit comments