Abacn commented on code in PR #36218:
URL: https://github.com/apache/beam/pull/36218#discussion_r2369951721
##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/state/FnApiStateAccessor.java:
##########
@@ -662,12 +663,12 @@ public void remove(KeyT key) {
}
@Override
- public ReadableState<ValueT> get(KeyT key) {
+ public @NonNull ReadableState<ValueT> get(KeyT key) {
Review Comment:
NonNull should be default and not needed to add here
--
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]