Author: veithen
Date: Tue Sep 22 22:26:24 2015
New Revision: 1704748

URL: http://svn.apache.org/viewvc?rev=1704748&view=rev
Log:
Remove unused methods.

Modified:
    
webservices/axiom/trunk/implementations/fom-impl/src/main/java/org/apache/abdera/parser/stax/FOMCategory.java

Modified: 
webservices/axiom/trunk/implementations/fom-impl/src/main/java/org/apache/abdera/parser/stax/FOMCategory.java
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/fom-impl/src/main/java/org/apache/abdera/parser/stax/FOMCategory.java?rev=1704748&r1=1704747&r2=1704748&view=diff
==============================================================================
--- 
webservices/axiom/trunk/implementations/fom-impl/src/main/java/org/apache/abdera/parser/stax/FOMCategory.java
 (original)
+++ 
webservices/axiom/trunk/implementations/fom-impl/src/main/java/org/apache/abdera/parser/stax/FOMCategory.java
 Tue Sep 22 22:26:24 2015
@@ -49,16 +49,4 @@ public class FOMCategory extends FOMExte
         setAttributeValue(LABEL, label);
         return this;
     }
-
-    public String getValue() {
-        return getText();
-    }
-
-    public void setValue(String value) {
-        if (value != null)
-            setText(value);
-        else
-            _removeAllChildren();
-    }
-
 }


Reply via email to