Github user kchilton2 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/256#discussion_r159511563
--- Diff:
dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/AbstractMongoDBRdfConfigurationBuilder.java
---
@@ -120,7 +120,7 @@ public B setMongoDBName(String name) {
* Sets MongoDB Collection prefix. This parameter must be set to
connect to
* an instance of MongoDB and will default to "rya_" is no value is
* specified.
- *
+ *
* @param name - name of Collection to connect to
--- End diff --
Done.
---