Author: ansell
Date: Fri Feb 22 04:26:20 2013
New Revision: 1448890

URL: http://svn.apache.org/r1448890
Log:
ANY23-83 : Remove fixme note that is now fixed

Modified:
    any23/trunk/core/src/main/java/org/apache/any23/vocab/RDFSchemaUtils.java

Modified: 
any23/trunk/core/src/main/java/org/apache/any23/vocab/RDFSchemaUtils.java
URL: 
http://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/vocab/RDFSchemaUtils.java?rev=1448890&r1=1448889&r2=1448890&view=diff
==============================================================================
--- any23/trunk/core/src/main/java/org/apache/any23/vocab/RDFSchemaUtils.java 
(original)
+++ any23/trunk/core/src/main/java/org/apache/any23/vocab/RDFSchemaUtils.java 
Fri Feb 22 04:26:20 2013
@@ -114,7 +114,6 @@ public class RDFSchemaUtils {
             PrintStream ps
     ) throws RDFHandlerException {
         final RDFWriter rdfWriter;
-        // FIXME: Remove hardcoding for format translation
         if(format == RDFFormat.RDFXML) {
             rdfWriter = Rio.createWriter(RDFFormat.RDFXML, ps);
             if(willFollowAnother)


Reply via email to