Author: markt Date: Fri Sep 22 09:26:41 2017 New Revision: 1809286 URL: http://svn.apache.org/viewvc?rev=1809286&view=rev Log: Fix IDE warnings in this package (the comments aren't intended to be used to generate Javadoc)
Modified: tomcat/tc7.0.x/trunk/test/org/apache/naming/resources/TestProxyDirContext.java tomcat/tc7.0.x/trunk/test/org/apache/naming/resources/TestWarDirContext.java Modified: tomcat/tc7.0.x/trunk/test/org/apache/naming/resources/TestProxyDirContext.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/naming/resources/TestProxyDirContext.java?rev=1809286&r1=1809285&r2=1809286&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/test/org/apache/naming/resources/TestProxyDirContext.java (original) +++ tomcat/tc7.0.x/trunk/test/org/apache/naming/resources/TestProxyDirContext.java Fri Sep 22 09:26:41 2017 @@ -32,7 +32,7 @@ import org.apache.catalina.startup.Tomca */ public class TestProxyDirContext extends TomcatBaseTest { - /** + /* * lookup doesn't always throw the same exception. */ @Test Modified: tomcat/tc7.0.x/trunk/test/org/apache/naming/resources/TestWarDirContext.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/naming/resources/TestWarDirContext.java?rev=1809286&r1=1809285&r2=1809286&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/test/org/apache/naming/resources/TestWarDirContext.java (original) +++ tomcat/tc7.0.x/trunk/test/org/apache/naming/resources/TestWarDirContext.java Fri Sep 22 09:26:41 2017 @@ -44,7 +44,7 @@ public class TestWarDirContext extends T new JreMemoryLeakPreventionListener()); } - /** + /* * Check https://jira.springsource.org/browse/SPR-7350 isn't really an issue */ @Test @@ -64,7 +64,7 @@ public class TestWarDirContext extends T } - /** + /* * Additional test following on from SPR-7350 above to check files that * contain JNDI reserved characters can be served when caching is enabled. */ @@ -94,7 +94,7 @@ public class TestWarDirContext extends T } - /** + /* * Additional test following on from SPR-7350 above to check files that * contain JNDI reserved characters can be served when caching is disabled. */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org