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];


Reply via email to