summaryrefslogtreecommitdiffstats
path: root/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java')
-rw-r--r--smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java b/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
index 7cdd64732d19..66444c2d0372 100644
--- a/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
+++ b/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
@@ -30,7 +30,7 @@ import com.sun.star.ucb.XCommandEnvironment;
public class SmoketestCommandEnvironment extends WeakBase
implements XServiceInfo, XCommandEnvironment {
- static private final String __serviceName =
+ private static final String __serviceName =
"com.sun.star.deployment.test.SmoketestCommandEnvironment";
public static String[] getServiceNames() {