You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by th...@apache.org on 2016/05/03 12:24:31 UTC

svn commit: r1742080 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/persistentCache/broadcast/TCPBroadcaster.java

Author: thomasm
Date: Tue May  3 10:24:30 2016
New Revision: 1742080

URL: http://svn.apache.org/viewvc?rev=1742080&view=rev
Log:
OAK-301 Fix javadoc

Modified:
    jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/persistentCache/broadcast/TCPBroadcaster.java

Modified: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/persistentCache/broadcast/TCPBroadcaster.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/persistentCache/broadcast/TCPBroadcaster.java?rev=1742080&r1=1742079&r2=1742080&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/persistentCache/broadcast/TCPBroadcaster.java (original)
+++ jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/persistentCache/broadcast/TCPBroadcaster.java Tue May  3 10:24:30 2016
@@ -286,7 +286,7 @@ public class TCPBroadcaster implements B
             }
             // the key is the combination of listener and id,
             // because the same ip address / port combination
-            // could be there multiple time for some time
+            // could be there multiple times for some time
             // (in case there is a old, orphan entry for the same machine)
             String clientKey = listener + " " + id;
             Client c = clients.get(clientKey);