Github user meiercaleb commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/251#discussion_r153562935
--- Diff:
extras/rya.pcj.fluo/pcj.fluo.api/src/main/java/org/apache/rya/indexing/pcj/fluo/api/GetQueryReport.java
---
@@ -63,7 +66,7 @@
* @param fluo - The connection to Fluo that will be used to fetch the
metadata. (not null)
* @return A map from Query ID to QueryReport that holds a report for
all of
* the queries that are being managed within the fluo app.
- * @throws UnsupportedQueryException
+ * @throws UnsupportedQueryException
--- End diff --
This preexists my commits. Leaving as is.
---