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

    https://github.com/apache/incubator-commonsrdf/pull/25#discussion_r85235061
  
    --- Diff: 
simple/src/main/java/org/apache/commons/rdf/simple/DatasetImpl.java ---
    @@ -46,10 +46,10 @@
        
         private static final int TO_STRING_MAX = 10;
         private final Set<Quad> quads = new HashSet<Quad>();
    -    private final SimpleRDFTermFactory factory;
    +    private final SimpleRDF factory;
     
    -    DatasetImpl(SimpleRDFTermFactory simpleRDFTermFactory) {
    -        this.factory = simpleRDFTermFactory;
    +    DatasetImpl(SimpleRDF simpleRDF) {
    +        this.factory = simpleRDF;
         }
         
        @Override
    --- End diff --
    
    Indentation is inconsistent in this class.


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