afs commented on code in PR #2846:
URL: https://github.com/apache/jena/pull/2846#discussion_r1849963293


##########
jena-core/src/main/java/org/apache/jena/datatypes/xsd/XSDDatatype.java:
##########
@@ -124,9 +121,6 @@ public class XSDDatatype extends BaseDatatype {
     public static final XSDDatatype XSDName = new XSDBaseStringType("Name");
 
     /** Datatype representing xsd:QName */
-    // If you see this, remove commented lines.
-    // Merely temporary during switch over and testing.
-    // public static final XSDDatatype XSDQName = new XSDDatatype("QName");
     public static final XSDDatatype XSDQName = new XSDPlainType("QName");

Review Comment:
   Other than that, the rest looks great!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to