Am 13.01.2015 um 21:16 schrieb ma...@apache.org:
Author: markt
Date: Tue Jan 13 20:16:20 2015
New Revision: 1651470
URL: http://svn.apache.org/r1651470
Log:
Fix IDE warning
I have changed my ide settings now, so that it should not happen again.
I will merge the changes into tomcat 8 and 7 tomorrow, if you haven't
done it by then.
Regards
Felix
Modified:
tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java
Modified:
tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java?rev=1651470&r1=1651469&r2=1651470&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java
(original)
+++ tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java
Tue Jan 13 20:16:20 2015
@@ -38,7 +38,7 @@ import org.apache.tomcat.util.buf.ByteCh
public class TestReplicatedContext extends TomcatBaseTest {
@Test
- public void testBug57425() throws LifecycleException, IOException,
ServletException {
+ public void testBug57425() throws LifecycleException, IOException {
Tomcat tomcat = getTomcatInstance();
Host host = tomcat.getHost();
if (host instanceof StandardHost) {
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org