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 2016/04/14 20:28:41 UTC

svn commit: r1739156 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlet4preview/http/Mapping.java

Author: markt
Date: Thu Apr 14 18:28:41 2016
New Revision: 1739156

URL: http://svn.apache.org/viewvc?rev=1739156&view=rev
Log:
Fix warning

Modified:
    tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlet4preview/http/Mapping.java

Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlet4preview/http/Mapping.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlet4preview/http/Mapping.java?rev=1739156&r1=1739155&r2=1739156&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlet4preview/http/Mapping.java (original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlet4preview/http/Mapping.java Thu Apr 14 18:28:41 2016
@@ -16,8 +16,6 @@
 */
 package org.apache.catalina.servlet4preview.http;
 
-import javax.servlet.annotation.WebServlet;
-
 /**
  * Represents how the request from which this object was obtained was mapped to
  * the associated servlet.
@@ -44,7 +42,7 @@ public interface Mapping {
 
     /**
      * @return The name of the servlet (as specified in web.xml,
-     *         {@link WebServlet#name()},
+     *         {@link javax.servlet.annotation.WebServlet#name()},
      *         {@link javax.servlet.ServletContext#addServlet(String, Class)} or
      *         one of the other <code>addServlet()</code> methods) that the
      *         request was mapped to.



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