yoavs 2004/05/26 09:35:59 Modified: modules/cluster/src/share/org/apache/catalina/cluster/mcast McastMembership.java Log: Minor JavaDoc fixes (Bugzilla 28335) Revision Changes Path 1.5 +2 -5 jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastMembership.java Index: McastMembership.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastMembership.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- McastMembership.java 8 Apr 2004 15:30:11 -0000 1.4 +++ McastMembership.java 26 May 2004 16:35:59 -0000 1.5 @@ -109,7 +109,6 @@ /** * Returning a list of all the members in the membership - * @return */ public synchronized McastMember[] getMembers() { McastMember[] result = new McastMember[map.size()]; @@ -150,7 +149,6 @@ } /** * Return the actual McastMember object - * @return */ public McastMember getMember() { return mbr; @@ -158,8 +156,7 @@ /** * Check if this dude has expired - * @param maxtime - * @return + * @param maxtime The time threshold */ public boolean hasExpired(long maxtime) { long delta = System.currentTimeMillis() - lastHeardFrom;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]