You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/09/08 05:32:05 UTC

[GitHub] [nifi] ChrisSamo632 commented on pull request #5323: optimize import.

ChrisSamo632 commented on pull request #5323:
URL: https://github.com/apache/nifi/pull/5323#issuecomment-914930136


   > ** Why was it passing before.
   
   Good question. Maybe worth someone running `git blame` to see where it came from and checking that PR/merge history?
   
   Maybe the tool (checkstyle?) used to check imports allows it because the class *is* actually being reference (in the `extends`) but actually the import isn't needed by java because it's in the same package ... so a possible checkstyle bug or something wrong with the config being used by nifi maybe?


-- 
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: issues-unsubscribe@nifi.apache.org

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