diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:42:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:42:27 +0200 |
commit | 2a65bf32ec270484dcea4d22d3c93552dc0c24dd (patch) | |
tree | 93ef95ef9bda80b60e7eadaea88db64d7ab9d160 /jurt/com/sun/star | |
parent | 09b4cbe977c755a447f97034189b85998f358d79 (diff) |
Revert "Typo: iff->if"
This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d.
iff can mean "if and only if" so not a typo
Diffstat (limited to 'jurt/com/sun/star')
-rw-r--r-- | jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java | 2 | ||||
-rw-r--r-- | jurt/com/sun/star/lib/uno/protocols/urp/Cache.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java index e6d4cd9ec739..0dcc75d91bd2 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java @@ -374,7 +374,7 @@ public class java_remote_bridge String[] oid = new String[1]; object = _java_environment.registerInterface(object, oid, type); if (!proxyFactory.isProxy(object)) { - // This branch must be taken if object either is no proxy at + // This branch must be taken iff object either is no proxy at // all or a proxy from some other bridge. There are objects // that behave like objects for this bridge but that are not // detected as such by proxyFactory.isProxy. The only known diff --git a/jurt/com/sun/star/lib/uno/protocols/urp/Cache.java b/jurt/com/sun/star/lib/uno/protocols/urp/Cache.java index aef3e1915184..544a06406648 100644 --- a/jurt/com/sun/star/lib/uno/protocols/urp/Cache.java +++ b/jurt/com/sun/star/lib/uno/protocols/urp/Cache.java @@ -65,7 +65,7 @@ final class Cache { first = e; } } else { - // Reached if maxSize == 0: + // Reached iff maxSize == 0: return NOT_CACHED; } map.put(content, e); |