summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-19 11:16:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-08-19 13:00:44 +0100
commit2e333bcf78c6ee5d8aa9fe5edda910e34500bccd (patch)
treed6d14c25d40ff0eab2aac79c64c55155b2d23171 /qadevOOo
parent6d1b332b411a615ad5677835b92d3dc43d4abd5a (diff)
coverity#1371454 DE: Dropped or ignored exception
Change-Id: I324fe2b2cb2b5874b183fa9685d969708c345b39
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/mod/_dbaccess/ORowSet.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
index 1e86ccbded13..40c032a37312 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
@@ -453,6 +453,7 @@ public class ORowSet extends TestCase {
}
catch(Exception ex)
{
+ System.out.println("caught exception: " + ex);
}
}
}