diff options
Diffstat (limited to 'gentools/templ.java/MethodBodyClass.tmpl')
| -rw-r--r-- | gentools/templ.java/MethodBodyClass.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentools/templ.java/MethodBodyClass.tmpl b/gentools/templ.java/MethodBodyClass.tmpl index e44a26c84f..13fd750131 100644 --- a/gentools/templ.java/MethodBodyClass.tmpl +++ b/gentools/templ.java/MethodBodyClass.tmpl @@ -60,7 +60,7 @@ ${METHOD_ID_INIT} // Field methods %{FLIST} ${mb_field_get_method} - protected int getBodySize() + public int getBodySize() { int size = 0; %{FLIST} ${mb_field_size} |
