Github user isper3at commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/161#discussion_r122254058
--- Diff:
extras/rya.pcj.fluo/pcj.fluo.api/src/main/java/org/apache/rya/indexing/pcj/fluo/api/DeletePcj.java
---
@@ -229,18 +236,20 @@ private void deletePcjIdAndSparqlMetadata(final
Transaction tx, final String pcj
/**
- * Deletes all BindingSets associated with the specified nodeId.
+ * Deletes all results (BindingSets or Statements) associated with the
specified nodeId.
*
- * @param nodeId - nodeId whose {@link BindingSet}s will be deleted.
(not null)
- * @param client - Used to delete the data. (not null)
+ * @param nodeId
--- End diff --
move these to same line
---
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.
---