diff options
Diffstat (limited to 'odk/examples/java/MinimalComponent/MinimalComponent.java')
-rw-r--r-- | odk/examples/java/MinimalComponent/MinimalComponent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/MinimalComponent/MinimalComponent.java b/odk/examples/java/MinimalComponent/MinimalComponent.java index 30b984c75c46..decc2417ea67 100644 --- a/odk/examples/java/MinimalComponent/MinimalComponent.java +++ b/odk/examples/java/MinimalComponent/MinimalComponent.java @@ -53,7 +53,7 @@ public class MinimalComponent { implements XInitialization, XServiceInfo { /** The service name, that must be used to get an instance of this service. */ - static private final String __serviceName = + private static final String __serviceName = "org.openoffice.MinimalComponent"; /** The initial component contextr, that gives access to |