HansBrende commented on a change in pull request #151: ANY23-445 Review 
spotbugs issues
URL: https://github.com/apache/any23/pull/151#discussion_r335768422
 
 

 ##########
 File path: api/src/main/java/org/apache/any23/vocab/HCard.java
 ##########
 @@ -36,10 +36,9 @@ public static HCard getInstance() {
         return instance;
     }
 
-    public IRI Card  = createClass(NS, "Card");
-    public IRI Address   = createClass(NS, "Address");
-    public IRI Geo = createClass(NS, "Geo");
-
+    public IRI card  = createClass(NS, "Card");
+    public IRI address   = createClass(NS, "Address");
+    public IRI _Geo = createClass(NS, "Geo");
 
 Review comment:
   By "breaking change", simply I mean a backwards-incompatible change (see 
https://semver.org/ for more info).
   
   I would say, it's probably a good idea to disable the capitalization check 
for now, since so many parts of our codebase are already written the way they 
are.

----------------------------------------------------------------
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

Reply via email to