diff -r 4f9828e2c186 -r 40a4c859a994 srecode/java.srt --- 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]]; } ----