Github user meiercaleb commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/251#discussion_r153561824
--- Diff:
extras/rya.pcj.fluo/pcj.fluo.api/src/main/java/org/apache/rya/indexing/pcj/fluo/api/DeleteFluoPcj.java
---
@@ -104,7 +107,7 @@ public void deletePcj(final FluoClient client, final
String pcjId) throws Unsupp
* @param tx - Transaction of a given Fluo table. (not null)
* @param pcjId - Id of query. (not null)
* @return list of Node IDs associated with the query {@code pcjId}.
- * @throws UnsupportedQueryException
+ * @throws UnsupportedQueryException
--- End diff --
Done.
---