You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by mm...@apache.org on 2006/11/02 15:34:23 UTC

svn commit: r470375 - /incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/URIMappingInterceptor.java

Author: mmao
Date: Thu Nov  2 06:34:22 2006
New Revision: 470375

URL: http://svn.apache.org/viewvc?view=rev&rev=470375
Log:
check style fix

Modified:
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/URIMappingInterceptor.java

Modified: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/URIMappingInterceptor.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/URIMappingInterceptor.java?view=diff&rev=470375&r1=470374&r2=470375
==============================================================================
--- incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/URIMappingInterceptor.java (original)
+++ incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/URIMappingInterceptor.java Thu Nov  2 06:34:22 2006
@@ -145,9 +145,7 @@
         
         Method method = getMethod(message, operation);        
         
-        Class[] types = method.getParameterTypes();
-        
-        Annotation[][] parameterAnnotation = method.getParameterAnnotations();
+        Class[] types = method.getParameterTypes();        
         
         for (String key : queries.keySet()) {
             Class<?> type = types[idx];