summaryrefslogtreecommitdiff
path: root/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java')
-rw-r--r--ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java b/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
index 7461f1df137b..f69829ce5d49 100644
--- a/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
+++ b/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
@@ -27,7 +27,7 @@ public class _XPropertySetInfoChangeNotifier {
public XPropertySetInfoChangeNotifier oObj = null;
- private PropertySetInfoChangeListener listener = new PropertySetInfoChangeListener();
+ private final PropertySetInfoChangeListener listener = new PropertySetInfoChangeListener();