You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/02/20 13:27:17 UTC

svn commit: r1448117 - /tomcat/trunk/java/org/apache/tomcat/util/net/URL.java

Author: markt
Date: Wed Feb 20 12:27:16 2013
New Revision: 1448117

URL: http://svn.apache.org/r1448117
Log:
Deprecate prior to removal

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/URL.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/URL.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/URL.java?rev=1448117&r1=1448116&r2=1448117&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/URL.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/URL.java Wed Feb 20 12:27:16 2013
@@ -185,7 +185,10 @@ public final class URL implements Serial
      *
      * @exception MalformedURLException is never thrown, but present for
      *  compatible APIs
+     *
+     * @deprecated  Unused. Will be removed in Tomcat 8.0.x
      */
+    @Deprecated
     public URL(String protocol, String host, String file)
         throws MalformedURLException {
 



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