[geany/geany] 8a67c0: Merge pull request #1073 from philippwiesemann/change-java-template

Frank Lanitz git-noreply at xxxxx
Thu Jun 16 07:04:02 UTC 2016


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Thu, 16 Jun 2016 07:04:02 UTC
Commit:      8a67c094ea3cc68990490e5f307bbc0aa78b17bc
             https://github.com/geany/geany/commit/8a67c094ea3cc68990490e5f307bbc0aa78b17bc

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

Change array type syntax in Java file template


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