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 2008/01/28 17:22:03 UTC

svn commit: r615932 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/ServerCookie.java

Author: fhanik
Date: Mon Jan 28 08:22:02 2008
New Revision: 615932

URL: http://svn.apache.org/viewvc?rev=615932&view=rev
Log:
No code change, just remove a 1.5 dependency that snuck in

Modified:
    tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/ServerCookie.java

Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/ServerCookie.java
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/ServerCookie.java?rev=615932&r1=615931&r2=615932&view=diff
==============================================================================
--- tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/ServerCookie.java (original)
+++ tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/ServerCookie.java Mon Jan 28 08:22:02 2008
@@ -308,7 +308,6 @@
     /**
      * @deprecated - Not used
      */
-    @Deprecated
     public static void maybeQuote(int version, StringBuffer buf, String value) {
         // special case - a \n or \r  shouldn't happen in any case
         if (isToken(value)) {



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