summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbc/_XRowSet.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XRowSet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java b/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java
index 771d51ca062a..cda9da30b92f 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java
@@ -55,7 +55,7 @@ public class _XRowSet extends MultiMethodTest {
private _XRowSetApproveBroadcaster.RowSetApproveChecker checker = null ;
private final TestListener listener = new TestListener() ;
- private class TestListener implements XRowSetListener {
+ private static class TestListener implements XRowSetListener {
public boolean cursorMoved = false ;
public boolean rowChanged = false ;
public boolean rowSetChanged = false ;