You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/01/13 21:16:20 UTC

svn commit: r1651470 - /tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java

Author: markt
Date: Tue Jan 13 20:16:20 2015
New Revision: 1651470

URL: http://svn.apache.org/r1651470
Log:
Fix IDE warning

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


Re: svn commit: r1651470 - /tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 13.01.2015 um 21:16 schrieb markt@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-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org