markap14 commented on PR #11680: URL: https://github.com/apache/nifi/pull/11680#issuecomment-5683585962
[grok-4.6] Good catch on the incomplete rename from @bobpaulin's suggestion — the declaration was updated to `rewrittenSwapLocations` but three uses in `dropFlowFiles` still referenced `updatedSwapLocations`, which failed **code-compliance / Validate** with: ``` [WARNING] SwappablePriorityQueue.java:[1042,19] (coding) UnusedLocalVariable: Unused named local variable 'rewrittenSwapLocations'. ``` Fixed in 28249a35ad1 (signed); all references in that block now use `rewrittenSwapLocations`. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
