summaryrefslogtreecommitdiff
path: root/dbaccess/qa/complex/dbaccess/RowSetEventListener.java
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/qa/complex/dbaccess/RowSetEventListener.java')
-rw-r--r--dbaccess/qa/complex/dbaccess/RowSetEventListener.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/qa/complex/dbaccess/RowSetEventListener.java b/dbaccess/qa/complex/dbaccess/RowSetEventListener.java
index 1cec08c7f457..991dfb7af784 100644
--- a/dbaccess/qa/complex/dbaccess/RowSetEventListener.java
+++ b/dbaccess/qa/complex/dbaccess/RowSetEventListener.java
@@ -36,8 +36,8 @@ public final class RowSetEventListener implements XRowSetApproveListener,XRowSet
public static final int ROW_COUNT = 7;
public static final int IS_ROW_COUNT_FINAL = 8;
- int callPos = 1;
- int calling [];
+ private int callPos = 1;
+ private int calling [];
RowSetEventListener(){
calling = new int [9];