Fix Javadoc typo.
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 24 Sep 2011 16:31:27 +0000 (16:31 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 24 Sep 2011 16:31:27 +0000 (16:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1175190 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/ha/session/DeltaSession.java

index c863e79..6b6907c 100644 (file)
@@ -577,7 +577,7 @@ public class DeltaSession extends StandardSession implements Externalizable,Clus
     /**
      * Exclude attributes from replication.
      * @param name the attribute's name
-     * @return true is attribute should not be replicated
+     * @return true if attribute should not be replicated
      */
     @Override
     protected boolean exclude(String name) {