summaryrefslogtreecommitdiff
path: root/bridges/test
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-23 20:42:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-23 20:42:27 +0200
commit2a65bf32ec270484dcea4d22d3c93552dc0c24dd (patch)
tree93ef95ef9bda80b60e7eadaea88db64d7ab9d160 /bridges/test
parent09b4cbe977c755a447f97034189b85998f358d79 (diff)
Revert "Typo: iff->if"
This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d. iff can mean "if and only if" so not a typo
Diffstat (limited to 'bridges/test')
-rw-r--r--bridges/test/java_remote/Bug107753_Test.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/test/java_remote/Bug107753_Test.java b/bridges/test/java_remote/Bug107753_Test.java
index c83d5f1958f7..34e51126808d 100644
--- a/bridges/test/java_remote/Bug107753_Test.java
+++ b/bridges/test/java_remote/Bug107753_Test.java
@@ -31,7 +31,7 @@ import test.lib.TestBed;
* Test case for bug #107753#.
*
* <p>Bug #107753# "Java UNO: Proxies should implement intuitive semantics of
- * equals and hashCode" requests that two proxies are equal if they represent
+ * equals and hashCode" requests that two proxies are equal iff they represent
* the same UNO object. This implies that if two proxies repsent the same UNO
* object, they must have the same hash code.</p>
*/