Author: dkulp
Date: Wed Jan 28 19:17:33 2009
New Revision: 738590
URL: http://svn.apache.org/viewvc?rev=738590&view=rev
Log:
Remove unused @SuppressWarnings annotations
Modified:
cxf/branches/2.1.x-fixes/common/common/src/main/java/org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.java
Modified:
cxf/branches/2.1.x-fixes/common/common/src/main/java/org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/common/common/src/main/java/org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.java?rev=738590&r1=738589&r2=738590&view=diff
==============================================================================
---
cxf/branches/2.1.x-fixes/common/common/src/main/java/org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.java
(original)
+++
cxf/branches/2.1.x-fixes/common/common/src/main/java/org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.java
Wed Jan 28 19:17:33 2009
@@ -246,7 +246,6 @@
mapElementToJaxbProperty(data, bean, propertyName, c);
}
- @SuppressWarnings("deprecation")
protected void mapElementToJaxbProperty(Element data,
BeanDefinitionBuilder bean,
String propertyName,
@@ -307,7 +306,6 @@
null, method,
args));
}
- @SuppressWarnings("deprecation")
public AbstractBeanDefinition mapElementToJaxbBean(Element data,
Class<?> cls,
Class<?> factory,