[jbossws-commits] JBossWS SVN: r19452 - stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Feb 12 11:54:59 EST 2015


Author: asoldano
Date: 2015-02-12 11:54:59 -0500 (Thu, 12 Feb 2015)
New Revision: 19452

Modified:
   stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/HandlerAuthInterceptor.java
Log:
Make inner class static


Modified: stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/HandlerAuthInterceptor.java
===================================================================
--- stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/HandlerAuthInterceptor.java	2015-02-12 16:54:28 UTC (rev 19451)
+++ stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/HandlerAuthInterceptor.java	2015-02-12 16:54:59 UTC (rev 19452)
@@ -92,7 +92,7 @@
           || message == ex.getOutFaultMessage();
    }
    
-   private class JBossWSHandlerChainInvoker extends HandlerChainInvoker
+   private static class JBossWSHandlerChainInvoker extends HandlerChainInvoker
    {
 
       public JBossWSHandlerChainInvoker(@SuppressWarnings("rawtypes") List<Handler> hc, boolean isOutbound)



More information about the jbossws-commits mailing list