Author: markt
Date: Thu Apr 5 09:55:16 2018
New Revision: 1828409
URL: http://svn.apache.org/viewvc?rev=1828409&view=rev
Log:
Fix comment typo
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/membership/Membership.java
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/membership/Membership.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/tribes/membership/Membership.java?rev=1828409&r1=1828408&r2=1828409&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/tribes/membership/Membership.java
(original)
+++ tomcat/trunk/java/org/apache/catalina/tribes/membership/Membership.java Thu
Apr 5 09:55:16 2018
@@ -76,7 +76,7 @@ public class Membership implements Clone
final HashMap<Member, MbrEntry> tmpclone = (HashMap<Member,
MbrEntry>) map.clone();
clone.map = tmpclone;
- // Standard clone() method will copy the array obejct. Replace that
+ // Standard clone() method will copy the array object. Replace that
// with a new array but with the same contents.
clone.members = members.clone();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]