kennknowles commented on pull request #12323: URL: https://github.com/apache/beam/pull/12323#issuecomment-662029763
Automated mass refactor did not catch use of nullable for arrays, which is somewhat wacky looking. `@Nullable Foo []` is an array of nullable `Foo` while `Foo @Nullable []` is an array of `Foo` where the whole array can be null. ---------------------------------------------------------------- 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: [email protected]
