markap14 commented on a change in pull request #5042:
URL: https://github.com/apache/nifi/pull/5042#discussion_r625957213



##########
File path: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/merge/RecordBinManager.java
##########
@@ -245,6 +245,23 @@ public int completeFullEnoughBins() throws IOException {
         return handleCompletedBins(RecordBin::isFullEnough, "Bin is full 
enough");
     }
 
+    public boolean isAnyBinFullEnough() {

Review comment:
       Nope. Refactored some stuff and didn't need it. Looks like I just 
overlooked removing the method.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to