mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
Fix good java file
This commit is contained in:
parent
4e725cba04
commit
a1dd6f3835
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* This is a simple Java program.
|
/* This is a simple Java program.
|
||||||
FileName : "HelloWorld.java". */
|
FileName : "HelloWorld.java". */
|
||||||
|
|
||||||
package com.superlinter.JavaGood
|
package com.superlinter.JavaGood;
|
||||||
|
|
||||||
public class JavaGood {
|
public class JavaGood {
|
||||||
// Prints "Hello, World" to the terminal window.
|
// Prints "Hello, World" to the terminal window.
|
||||||
|
|
Loading…
Reference in a new issue