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

    https://github.com/apache/incubator-commonsrdf/pull/12#discussion_r29672342
  
    --- Diff: src/site/markdown/userguide.md.vm ---
    @@ -148,6 +148,21 @@ import 
org.apache.commons.rdf.simple.SimpleRDFTermFactory;
     RDFTermFactory factory = new SimpleRDFTermFactory();
     ```
     
    +If you don't want to depend up the concret implementation you can use a
    
+[ServiceLoader](http://docs.oracle.com/javase/8/docs/api/java/util/ServiceLoader.html)
    +to lookup instances:
    --- End diff --
    
    concret -> concrete
    
    "instances" -> "any implementations found on the classpath."


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to