summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java2
-rw-r--r--ucb/qa/complex/tdoc/_XPropertiesChangeNotifier.java2
-rw-r--r--ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java4
3 files changed, 4 insertions, 4 deletions
diff --git a/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java b/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java
index b69066403768..d5b30f17dbb2 100644
--- a/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java
+++ b/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java
@@ -26,7 +26,7 @@ import share.LogWriter;
*/
public class _XCommandInfoChangeNotifier {
public XCommandInfoChangeNotifier oObj = null;
- public LogWriter log = null;
+
private CommandInfoChangeListener listener = new CommandInfoChangeListener();
public boolean _addCommandInfoChangeListener() {
diff --git a/ucb/qa/complex/tdoc/_XPropertiesChangeNotifier.java b/ucb/qa/complex/tdoc/_XPropertiesChangeNotifier.java
index 4f945d09f94e..8cee835cc5b4 100644
--- a/ucb/qa/complex/tdoc/_XPropertiesChangeNotifier.java
+++ b/ucb/qa/complex/tdoc/_XPropertiesChangeNotifier.java
@@ -26,7 +26,7 @@ import share.LogWriter;
*/
public class _XPropertiesChangeNotifier {
public XPropertiesChangeNotifier oObj = null;
- public LogWriter log = null;
+
private PropertiesChangeListener listener = new PropertiesChangeListener();
private String[] args = null;
diff --git a/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java b/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
index 0505c6796108..f514dd8ec31c 100644
--- a/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
+++ b/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
@@ -26,10 +26,10 @@ import share.LogWriter;
*/
public class _XPropertySetInfoChangeNotifier {
public XPropertySetInfoChangeNotifier oObj = null;
- public LogWriter log = null;
+
private PropertySetInfoChangeListener listener = new PropertySetInfoChangeListener();
- String[] args = null;
+
public boolean _addPropertiesChangeListener() {