mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
forgot it...
This commit is contained in:
parent
680a1e93f5
commit
4861c10554
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ class java_bad_1 // first letter of classname is not capitalized
|
||||||
|
|
||||||
public static void main(String args[])
|
public static void main(String args[])
|
||||||
{
|
{
|
||||||
System.out.println("Hello, World")
|
System.out.println("Hello, World");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue