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

 ##########
 File path: api/src/main/java/org/apache/any23/vocab/HRecipe.java
 ##########
 @@ -38,10 +38,10 @@ public static HRecipe getInstance() {
     }
 
     // Resources.
-    public IRI Recipe     = createClass(NS, "Recipe");
-    public IRI Duration   = createClass(NS, "Duration");
-    public IRI Ingredient = createClass(NS, "Ingredient");
-    public IRI Nutrition  = createClass(NS, "Nutrition");
+    public IRI recipe     = createClass(NS, "Recipe");
+    public IRI _Duration   = createClass(NS, "Duration");
+    public IRI _Ingredient = createClass(NS, "Ingredient");
+    public IRI _Nutrition  = createClass(NS, "Nutrition");
 
 Review comment:
   Breaking changes. Probably require more 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

Reply via email to