srecode/java.srt
changeset 1205 40a4c859a994
parent 1150 dad3fb58f710
--- a/srecode/java.srt	Fri Feb 06 08:44:39 2015 +0200
+++ b/srecode/java.srt	Wed Feb 11 19:04:28 2015 +0200
@@ -30,9 +30,9 @@
 ----
    private [[?TYPE]] [[?NAME]];
    /** [[^]] */
-   public [[TYPE]] get[[NAME:my-java-capitalize]]() { return [[NAME]]; }
+   public [[TYPE]] get[[NAME:upcase-initials]]() { return [[NAME]]; }
    /**  */
-   public void set[[NAME:my-java-capitalize]]([[TYPE]] [[NAME]]) { this.[[NAME]] = [[NAME]]; }
+   public void set[[NAME:upcase-initials]]([[TYPE]] [[NAME]]) { this.[[NAME]] = [[NAME]]; }
 
 ----