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


##########
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:
   In my IDE (IntelliJ), I was seeing lots of warnings on these methods with:
   "Not annotated method overrides method annotated with @NonNull"
   
   I'll go ahead and remove them though.



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