lewismc commented on a change in pull request #6: SDAP-35 (completed the 
configuration change)
URL: 
https://github.com/apache/incubator-sdap-mudrod/pull/6#discussion_r172928154
 
 

 ##########
 File path: 
core/src/main/java/org/apache/sdap/mudrod/ontology/pre/AggregateTriples.java
 ##########
 @@ -192,8 +194,8 @@ public void getAllClass() throws IOException {
       }
 
       List equalClassElements = classElement.getChildren("equivalentClass", 
Namespace.getNamespace("owl", owl_namespace));
-      for (Object equalClassElement1 : equalClassElements) {
-        Element equalClassElement = (Element) equalClassElement1;
+      for (int k = 0; k < equalClassElements.size(); k++) {
 
 Review comment:
   Revert this

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to