summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/beans/_XIntrospection.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/beans/_XIntrospection.java')
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XIntrospection.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XIntrospection.java b/qadevOOo/tests/java/ifc/beans/_XIntrospection.java
index c8c96edbc8b6..79d7d1767dbd 100644
--- a/qadevOOo/tests/java/ifc/beans/_XIntrospection.java
+++ b/qadevOOo/tests/java/ifc/beans/_XIntrospection.java
@@ -44,7 +44,7 @@ public class _XIntrospection extends MultiMethodTest {
public void _inspect() {
boolean result = true;
XIntrospectionAccess xIA = oObj.inspect(oObj);
- result = (xIA.hasMethod("acquire",1));
+ result = xIA.hasMethod("acquire",1);
tRes.tested("inspect()",result);
}