You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/12/08 22:43:53 UTC

svn commit: r724497 - /cxf/branches/2.1.x-fixes/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/interceptor/JAXRSInInterceptor.java

Author: dkulp
Date: Mon Dec  8 13:43:52 2008
New Revision: 724497

URL: http://svn.apache.org/viewvc?rev=724497&view=rev
Log:
Fix compile error

Modified:
    cxf/branches/2.1.x-fixes/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/interceptor/JAXRSInInterceptor.java

Modified: cxf/branches/2.1.x-fixes/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/interceptor/JAXRSInInterceptor.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/interceptor/JAXRSInInterceptor.java?rev=724497&r1=724496&r2=724497&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/interceptor/JAXRSInInterceptor.java (original)
+++ cxf/branches/2.1.x-fixes/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/interceptor/JAXRSInInterceptor.java Mon Dec  8 13:43:52 2008
@@ -115,7 +115,6 @@
         }
 
         String rawPath = (String)message.get(Message.REQUEST_URI);        
-        String rawPath = (String)message.get(Message.REQUEST_URI);
         rawPath = updatePath(rawPath, baseAddress);
         
         //1. Matching target resource class