You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2006/01/27 16:26:13 UTC

svn commit: r372876 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ReplicationValve.java

Author: fhanik
Date: Fri Jan 27 07:26:12 2006
New Revision: 372876

URL: http://svn.apache.org/viewcvs?rev=372876&view=rev
Log:
Removed invalid UTF character

Modified:
    tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ReplicationValve.java

Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ReplicationValve.java
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ReplicationValve.java?rev=372876&r1=372875&r2=372876&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ReplicationValve.java (original)
+++ tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ReplicationValve.java Fri Jan 27 07:26:12 2006
@@ -116,7 +116,7 @@
     protected boolean primaryIndicator = false ;
     
     /**
-     * Name of primary change indicator as request attributeĆ¢ 
+     * Name of primary change indicator as request attribute
      */
     protected String primaryIndicatorName = "org.apache.catalina.cluster.tcp.isPrimarySession";
    



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org