Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1202#discussion_r87631735
--- Diff:
nifi-framework-api/src/main/java/org/apache/nifi/controller/repository/claim/ResourceClaim.java
---
@@ -64,4 +64,28 @@
* @return <code>true</code> if the Resource Claim is in use,
<code>false</code> otherwise
*/
boolean isInUse();
+
+
+ /**
+ * Provides the natural ordering for ResourceClaim objects. By default
they are sorted by their id, then container, then section
+ *
+ * @param other other claim
+ * @return x such that x <=1 if this is less than other;
--- End diff --
Hmmm this is a very odd comment in the code. will address.
---
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.
---