Kaydet (Commit) be4ed86f authored tarafından Philipp Wiesemann's avatar Philipp Wiesemann

Change array type syntax in Java file template

Square brackets following the element type are more common.
üst 0ec12ca1
......@@ -2,7 +2,7 @@
public class {untitled} {
public static void main (String args[]) {
public static void main (String[] args) {
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment