You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2013/02/22 05:26:21 UTC

svn commit: r1448890 - /any23/trunk/core/src/main/java/org/apache/any23/vocab/RDFSchemaUtils.java

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)