Fix good java file

This commit is contained in:
Thomas Hughes 2020-08-05 16:24:37 -05:00
parent 4e725cba04
commit a1dd6f3835
No known key found for this signature in database
GPG key ID: B2D8646423EF5814

View file

@ -1,7 +1,7 @@
/* This is a simple Java program.
FileName : "HelloWorld.java". */
package com.superlinter.JavaGood
package com.superlinter.JavaGood;
public class JavaGood {
// Prints "Hello, World" to the terminal window.