From efd4bfa818e262d7dc219ac3ceb85526fedc732c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 9 Jun 2015 13:30:49 +0200 Subject: java:regulatize the order of 'final' and public/private Make the order be 'public static' or 'private static' Just makes the code nicer to read. Change-Id: I182424bda45a2d68642e5d04c6091d268ace1fe2 Reviewed-on: https://gerrit.libreoffice.org/16202 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smoketest/org') 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() { -- cgit