You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/03/19 17:29:07 UTC

svn commit: r519996 - /incubator/tuscany/java/sca/kernel/core/src/test/java/org/apache/tuscany/core/implementation/java/JavaInvokerInterceptorBasicTestCase.java

Author: rfeng
Date: Mon Mar 19 09:28:57 2007
New Revision: 519996

URL: http://svn.apache.org/viewvc?view=rev&rev=519996
Log:
Make the exception subclasses static so that the generics won't complain

Modified:
    incubator/tuscany/java/sca/kernel/core/src/test/java/org/apache/tuscany/core/implementation/java/JavaInvokerInterceptorBasicTestCase.java

Modified: incubator/tuscany/java/sca/kernel/core/src/test/java/org/apache/tuscany/core/implementation/java/JavaInvokerInterceptorBasicTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/core/src/test/java/org/apache/tuscany/core/implementation/java/JavaInvokerInterceptorBasicTestCase.java?view=diff&rev=519996&r1=519995&r2=519996
==============================================================================
--- incubator/tuscany/java/sca/kernel/core/src/test/java/org/apache/tuscany/core/implementation/java/JavaInvokerInterceptorBasicTestCase.java (original)
+++ incubator/tuscany/java/sca/kernel/core/src/test/java/org/apache/tuscany/core/implementation/java/JavaInvokerInterceptorBasicTestCase.java Mon Mar 19 09:28:57 2007
@@ -239,9 +239,9 @@
         }
     }
 
-    public class TestException extends Exception {
+    public static class TestException extends Exception {
     }
 
-    public class TestRuntimeException extends RuntimeException {
+    public static class TestRuntimeException extends RuntimeException {
     }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org