Github user meiercaleb commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/251#discussion_r153561578
--- Diff:
extras/rya.pcj.fluo/pcj.fluo.api/src/main/java/org/apache/rya/indexing/pcj/fluo/api/DeleteFluoPcj.java
---
@@ -79,7 +82,7 @@ public DeleteFluoPcj(final int batchSize) {
* Index. (not null)
* @param pcjId - The PCJ ID for the query that will removed from the
Fluo
* application. (not null)
- * @throws UnsupportedQueryException
+ * @throws UnsupportedQueryException
--- End diff --
Done. Though, the Exception is well documented in itself and provides more
explanation than a method header would.
---