summaryrefslogtreecommitdiff
path: root/ucb/qa/complex/tdoc/_XCommandProcessor.java
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/qa/complex/tdoc/_XCommandProcessor.java')
-rw-r--r--ucb/qa/complex/tdoc/_XCommandProcessor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/qa/complex/tdoc/_XCommandProcessor.java b/ucb/qa/complex/tdoc/_XCommandProcessor.java
index 1e04f59d7fa9..ad54704ba498 100644
--- a/ucb/qa/complex/tdoc/_XCommandProcessor.java
+++ b/ucb/qa/complex/tdoc/_XCommandProcessor.java
@@ -71,14 +71,14 @@ public class _XCommandProcessor {
* Conatins the tested object.
*/
public XCommandProcessor oObj;
- public LogWriter log = null;
+ private LogWriter log = null;
private XMultiServiceFactory xMSF = null;
/**
* Contains the command id returned by <code>createCommandIdentifier()
* </code>. It is used in <code>abort()</code> test.
*/
- int cmdId;
+ private int cmdId;
public void before(XMultiServiceFactory _xMSF) {
xMSF = _xMSF;