Author: markt Date: Thu Jun 20 22:29:54 2013 New Revision: 1495218 URL: http://svn.apache.org/r1495218 Log: Fix spacing
Modified: tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TestPojoEndpointBase.java Modified: tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TestPojoEndpointBase.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TestPojoEndpointBase.java?rev=1495218&r1=1495217&r2=1495218&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TestPojoEndpointBase.java (original) +++ tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TestPojoEndpointBase.java Thu Jun 20 22:29:54 2013 @@ -75,6 +75,7 @@ public class TestPojoEndpointBase extend Assert.assertTrue("Server failed to close connection", closed); } + @Test public void testOnOpenPojoMethod() throws Exception { // Set up utility classes @@ -107,7 +108,6 @@ public class TestPojoEndpointBase extend } - @ServerEndpoint("/") public static class OnOpenServerEndpoint { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org