summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java b/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java
index 9e27da7462f9..9b55ded68714 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java
@@ -98,6 +98,7 @@ public class _XRowUpdate extends MultiMethodTest {
/**
* Gets relations.
*/
+ @Override
public void before() {
rowData = (List<Object>) tEnv.getObjRelation("CurrentRowData") ;
if (rowData == null) {
@@ -671,6 +672,7 @@ public class _XRowUpdate extends MultiMethodTest {
/**
* Disposes environment.
*/
+ @Override
public void after() {
disposeEnvironment() ;
}