rvesse commented on code in PR #3909:
URL: https://github.com/apache/jena/pull/3909#discussion_r3217415819
##########
jena-core/src/main/java/org/apache/jena/rdfxml/xmloutput/impl/Unparser.java:
##########
@@ -271,7 +278,7 @@ private void processTripleTermsOneLevel(Statement stmt) {
RDFNode ttSubj = stmt.getSubject();
if ( ttSubj.isAnon() ) {
Resource r = ttSubj.asResource();
- // XXX !!! twice to make sure it is printed and not compacted.
+ // !!! increateObjectCount twice to make sure it is printed
and not compacted.
Review Comment:
```suggestion
// !!! increaseObjectCount twice to make sure it is printed
and not compacted.
```
--
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]