summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/io/_XInputStream.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/io/_XInputStream.java')
-rw-r--r--qadevOOo/tests/java/ifc/io/_XInputStream.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XInputStream.java b/qadevOOo/tests/java/ifc/io/_XInputStream.java
index f60a3c5f43a1..9bfe93b337be 100644
--- a/qadevOOo/tests/java/ifc/io/_XInputStream.java
+++ b/qadevOOo/tests/java/ifc/io/_XInputStream.java
@@ -60,6 +60,7 @@ public class _XInputStream extends MultiMethodTest {
* Before the test, the stream writer and the data are ecxtracted from
* the object relations and the data is written to the stream.
*/
+ @Override
public void before() {
XInterface x = (XInterface)tEnv.getObjRelation("StreamWriter");
oStream = UnoRuntime.queryInterface(
@@ -77,6 +78,7 @@ public class _XInputStream extends MultiMethodTest {
* After the test, the stream writer is closed and the
* environment is disposed.
*/
+ @Override
public void after() {
try {
oStream.flush();