scwhittle commented on code in PR #36218:
URL: https://github.com/apache/beam/pull/36218#discussion_r2375125744


##########
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:
   This coudl be because the nullness is suppressed at the top-level for this 
class.  You could try removing that suppression and either fix or make it more 
localized



-- 
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]

Reply via email to