Skip to content

Commit 64edf3d

Browse files
google-genai-botcopybara-github
authored andcommitted
chore: update deprecation comment for setStateDelta
PiperOrigin-RevId: 882485004
1 parent f9d013b commit 64edf3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/com/google/adk/events/EventActions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public Map<String, Object> stateDelta() {
8787
return stateDelta;
8888
}
8989

90-
@Deprecated // Use stateDelta(), addState() and removeStateByKey() instead.
90+
@Deprecated // Use stateDelta() and removeStateByKey() instead.
9191
public void setStateDelta(ConcurrentMap<String, Object> stateDelta) {
9292
this.stateDelta = stateDelta;
9393
}

0 commit comments

Comments
 (0)