summaryrefslogtreecommitdiff
path: root/odk/examples/java/Inspector/ProtocolHandlerAddon.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/java/Inspector/ProtocolHandlerAddon.java')
-rw-r--r--odk/examples/java/Inspector/ProtocolHandlerAddon.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/Inspector/ProtocolHandlerAddon.java b/odk/examples/java/Inspector/ProtocolHandlerAddon.java
index 80e52db58f9a..5492d217d845 100644
--- a/odk/examples/java/Inspector/ProtocolHandlerAddon.java
+++ b/odk/examples/java/Inspector/ProtocolHandlerAddon.java
@@ -65,7 +65,7 @@ public class ProtocolHandlerAddon {
/** The service name, that must be used to get an instance of this service.
*/
- static private final String[] m_serviceNames = { "com.sun.star.frame.ProtocolHandler" };
+ private static final String[] m_serviceNames = { "com.sun.star.frame.ProtocolHandler" };
/** The component context, that gives access to the service manager and all registered services.
*/