HansBrende commented on a change in pull request #151: ANY23-445 Review
spotbugs issues
URL: https://github.com/apache/any23/pull/151#discussion_r335291956
##########
File path: api/src/main/java/org/apache/any23/vocab/HEntry.java
##########
@@ -51,7 +51,7 @@ public static HEntry getInstance() {
public IRI url = createProperty(NS, "url");
public IRI uid = createProperty(NS, "uid");
public IRI syndication = createProperty(NS, "syndication");
- public IRI in_reply_to = createProperty(NS, "in-reply-to");
+ public IRI inReplyTo = createProperty(NS, "in-reply-to");
Review comment:
Breaking change. Probably requires discussion.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services