Author: joern
Date: Tue Oct  5 07:54:30 2010
New Revision: 1004560

URL: http://svn.apache.org/viewvc?rev=1004560&view=rev
Log:
No jira, removed unused SuppressWarnings annotation.

Modified:
    
uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/FeatureValue.java

Modified: 
uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/FeatureValue.java
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/FeatureValue.java?rev=1004560&r1=1004559&r2=1004560&view=diff
==============================================================================
--- 
uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/FeatureValue.java
 (original)
+++ 
uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/FeatureValue.java
 Tue Oct  5 07:54:30 2010
@@ -61,7 +61,6 @@ public final class FeatureValue implemen
     return mStructure.getFeatureValue(mFeature);
   }
 
-  @SuppressWarnings("unchecked")
   public Object getAdapter(Class adapter) {
     if (AnnotationFS.class.equals(adapter)) {
       if (getValue() instanceof AnnotationFS) {


Reply via email to