summaryrefslogtreecommitdiff
path: root/unoxml/qa/complex/unoxml/RDFRepositoryTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/qa/complex/unoxml/RDFRepositoryTest.java')
-rw-r--r--unoxml/qa/complex/unoxml/RDFRepositoryTest.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/unoxml/qa/complex/unoxml/RDFRepositoryTest.java b/unoxml/qa/complex/unoxml/RDFRepositoryTest.java
index e9dbb3741999..54277a0f4ac5 100644
--- a/unoxml/qa/complex/unoxml/RDFRepositoryTest.java
+++ b/unoxml/qa/complex/unoxml/RDFRepositoryTest.java
@@ -596,8 +596,7 @@ public class RDFRepositoryTest
throw new RuntimeException();
}
for (int i = 0; i < left.length; ++i) {
- int eq = (left[i].getStringValue().compareTo(
- right[i].getStringValue()));
+ int eq = left[i].getStringValue().compareTo(right[i].getStringValue());
if (eq != 0) return eq;
}
return 0;