diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:30:11 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:30:11 +0200 |
commit | cf92da3d6e1de14756efe3f1ee79f393a2f3787d (patch) | |
tree | e459cecb503f3de8550c078e01a4a3634ca3fb5f /jurt | |
parent | b9064c0780232610af9e4d45ba5c85b9496d1f75 (diff) |
Typo: iff->if
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3
Diffstat (limited to 'jurt')
-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 0dcc75d91bd2..e6d4cd9ec739 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 iff object either is no proxy at + // This branch must be taken if 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 544a06406648..aef3e1915184 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 iff maxSize == 0: + // Reached if maxSize == 0: return NOT_CACHED; } map.put(content, e); |