summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Config/ConfigExamples.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Config/ConfigExamples.java')
-rw-r--r--odk/examples/DevelopersGuide/Config/ConfigExamples.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Config/ConfigExamples.java b/odk/examples/DevelopersGuide/Config/ConfigExamples.java
index 2cca38513f99..510425d57e32 100644
--- a/odk/examples/DevelopersGuide/Config/ConfigExamples.java
+++ b/odk/examples/DevelopersGuide/Config/ConfigExamples.java
@@ -82,10 +82,10 @@ import com.sun.star.util.ChangesEvent;
public class ConfigExamples
{
// The ComponentContext interface of the remote component context
- private XComponentContext mxContext = null;
+ private final XComponentContext mxContext;
// The MultiComponentFactory interface of the ServiceManager
- private XMultiComponentFactory mxServiceManager = null;
+ private final XMultiComponentFactory mxServiceManager;
// The MultiServiceFactory interface of the ConfigurationProvider
private XMultiServiceFactory mxProvider = null;