Merge pull request #1073 from philippwiesemann/change-java-template

Change array type syntax in Java file template
This commit is contained in:
Frank Lanitz 2016-06-16 09:04:02 +02:00 committed by GitHub
commit 8a67c094ea

View File

@ -2,7 +2,7 @@
public class {untitled} { public class {untitled} {
public static void main (String args[]) { public static void main (String[] args) {
} }
} }