diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-11 09:31:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-13 13:34:43 +0200 |
commit | 4a4127d2c4d9e70b7747ae7683f94a1f046893b3 (patch) | |
tree | 5c32398c0d5ac30eed66fe4736558fb557e3d75b /reportbuilder/java | |
parent | 5ca7fa8db244f225d680f86d6eceefa69eb35b6d (diff) |
make some java methods private
found by UCDetector
Change-Id: Ic2edbc85194731116aac34064238d11ef1926a98
Diffstat (limited to 'reportbuilder/java')
-rw-r--r-- | reportbuilder/java/org/libreoffice/report/pentaho/SOFormulaParser.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/SOFormulaParser.java b/reportbuilder/java/org/libreoffice/report/pentaho/SOFormulaParser.java index 7ca37cc90e42..7bbbd7c1ad7f 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/SOFormulaParser.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/SOFormulaParser.java @@ -330,7 +330,7 @@ public final class SOFormulaParser extends ComponentBase * This method is a simple helper function to used in the static component initialisation functions as well as * in getSupportedServiceNames. */ - public static String[] getServiceNames() + private static String[] getServiceNames() { return new String[] { |