Github user meiercaleb commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/206#discussion_r133458754
  
    --- Diff: 
sail/src/main/java/org/apache/rya/rdftriplestore/evaluation/ReorderJoinVisitor.java
 ---
    @@ -31,24 +31,24 @@
      * Date: Apr 11, 2011
      * Time: 10:16:15 PM
      */
    -public class ReorderJoinVisitor extends QueryModelVisitorBase {
    +public class ReorderJoinVisitor extends QueryModelVisitorBase<Exception> {
    --- End diff --
    
    Same as above.  Looks like you just added final everywhere.  Was this 
intentional or just a by-product of your eclipse formatting settings?  Are 
these visitors important for the intersectionOf query expansion?  Seems like 
that would just use the subClass visitor.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to