Author: sergeyb
Date: Fri Dec 14 10:26:39 2012
New Revision: 1421785
URL: http://svn.apache.org/viewvc?rev=1421785&view=rev
Log:
Fixing a typo
Modified:
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/JaxRSPojoConfigurationTypeHandler.java
Modified:
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/JaxRSPojoConfigurationTypeHandler.java
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/JaxRSPojoConfigurationTypeHandler.java?rev=1421785&r1=1421784&r2=1421785&view=diff
==============================================================================
---
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/JaxRSPojoConfigurationTypeHandler.java
(original)
+++
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/JaxRSPojoConfigurationTypeHandler.java
Fri Dec 14 10:26:39 2012
@@ -54,7 +54,7 @@ public class JaxRSPojoConfigurationTypeH
}
public String[] getSupportedTypes() {
- return new String[] {Constants.WSDL_CONFIG_TYPE,
Constants.WS_CONFIG_TYPE_OLD};
+ return new String[] {Constants.RS_CONFIG_TYPE};
}
public Object createProxy(ServiceReference serviceReference, BundleContext
dswContext,