exceptionfactory commented on PR #10129: URL: https://github.com/apache/nifi/pull/10129#issuecomment-3114230209
> @exceptionfactory Thanks for approving and merging this PR. When working this PR I noticed that three classes Intellij marked as unused and I just wanted to bring these to your attention and find out whether they truly are not used. > > * org.apache.nifi.remote.io.socket.BufferStateManager > > * org.apache.nifi.test.processors.StubAttributeLoggerProcessor > > * org.apache.nifi.web.revision.RevisionLockResult > > > Please advise on whether these classes should be kept or deleted. Thanks! The `StubAttributeLoggerProcessor` appears to be referenced in some test flow definitions, so it may be needed. The other two classes can be removed. -- 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]
