[geany/geany] be4ed8: Change array type syntax in Java file template

Philipp Wiesemann git-noreply at xxxxx
Wed Jun 15 21:05:09 UTC 2016


Branch:      refs/heads/master
Author:      Philipp Wiesemann <philipp.wiesemann at arcor.de>
Committer:   Philipp Wiesemann <philipp.wiesemann at arcor.de>
Date:        Wed, 15 Jun 2016 21:05:09 UTC
Commit:      be4ed86f35808e36d0d8e62afcb8af30cff18c20
             https://github.com/geany/geany/commit/be4ed86f35808e36d0d8e62afcb8af30cff18c20

Log Message:
-----------
Change array type syntax in Java file template

Square brackets following the element type are more common.


Modified Paths:
--------------
    data/templates/files/main.java

Modified: data/templates/files/main.java
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2,7 +2,7 @@
 
 public class {untitled} {
 	
-	public static void main (String args[]) {
+	public static void main (String[] args) {
 		
 	}
 }



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list