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 714593b496c6..80e52db58f9a 100644
--- a/odk/examples/java/Inspector/ProtocolHandlerAddon.java
+++ b/odk/examples/java/Inspector/ProtocolHandlerAddon.java
@@ -57,7 +57,7 @@ public class ProtocolHandlerAddon {
/** This class implements the component. At least the interfaces XServiceInfo,
* XTypeProvider, and XInitialization should be provided by the service.
*/
- private static class ProtocolHandlerAddonImpl extends WeakBase implements
+ public static class ProtocolHandlerAddonImpl extends WeakBase implements
XDispatchProvider,
XDispatch,
XInitialization,