Author: rjung Date: Tue Feb 12 17:09:02 2013 New Revision: 1445268 URL: http://svn.apache.org/r1445268 Log: Fix validation - two unused imports due to recent code change - trailing whitespace in one docs page
Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java tomcat/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java tomcat/trunk/webapps/docs/jasper-howto.xml Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java?rev=1445268&r1=1445267&r2=1445268&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java (original) +++ tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java Tue Feb 12 17:09:02 2013 @@ -25,7 +25,6 @@ import java.util.concurrent.Future; import java.util.concurrent.TimeUnit; import javax.servlet.ServletContextEvent; -import javax.servlet.ServletContextListener; import javax.websocket.ContainerProvider; import javax.websocket.DefaultClientConfiguration; import javax.websocket.DeploymentException; Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java?rev=1445268&r1=1445267&r2=1445268&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java (original) +++ tomcat/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java Tue Feb 12 17:09:02 2013 @@ -20,7 +20,6 @@ import java.io.IOException; import java.nio.ByteBuffer; import javax.servlet.ServletContextEvent; -import javax.servlet.ServletContextListener; import javax.websocket.Session; import javax.websocket.WebSocketMessage; Modified: tomcat/trunk/webapps/docs/jasper-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jasper-howto.xml?rev=1445268&r1=1445267&r2=1445268&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/jasper-howto.xml (original) +++ tomcat/trunk/webapps/docs/jasper-howto.xml Tue Feb 12 17:09:02 2013 @@ -391,16 +391,16 @@ The first of these extension points is t alternative implementations of tag handlers to be provided for a web application to use. Tag plug-ins are registered via a <code>tagPlugins.xml</code> file located under <code>WEB-INF</code>. A sample plug-in for the JSTL is included -with Jasper. +with Jasper. </p> <p> The second extension point is the Expression Language interpreter. Alternative interpreters may be configured through the <code>ServletContext</code>. See the <code>ELInterpreterFactory</code> javadoc for details of how to configure an -alternative EL interpreter. +alternative EL interpreter. </p> -</section> +</section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org