mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Fix good java file?
This commit is contained in:
parent
3472359b2b
commit
4e725cba04
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
/* This is a simple Java program.
|
||||
FileName : "HelloWorld.java". */
|
||||
|
||||
package com.super-linter.JavaGood
|
||||
package com.superlinter.JavaGood
|
||||
|
||||
public class JavaGood {
|
||||
// Prints "Hello, World" to the terminal window.
|
||||
public static void main(String[] args) {
|
||||
public static void main(final String[] args) {
|
||||
System.out.println("Hello, World");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue