Change array type syntax in Java file template
Square brackets following the element type are more common.
This commit is contained in:
parent
0ec12ca11d
commit
be4ed86f35
@ -2,7 +2,7 @@
|
||||
|
||||
public class {untitled} {
|
||||
|
||||
public static void main (String args[]) {
|
||||
public static void main (String[] args) {
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user