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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org