Skip to content

Commit 798c7ed

Browse files
google-genai-botcopybara-github
authored andcommitted
feat: Update return type of App.plugins() from ImmutableList to List
PiperOrigin-RevId: 886129790
1 parent 9a08076 commit 798c7ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/src/main/java/com/google/adk/apps

core/src/main/java/com/google/adk/apps/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public BaseAgent rootAgent() {
6464
return rootAgent;
6565
}
6666

67-
public ImmutableList<? extends Plugin> plugins() {
67+
public List<? extends Plugin> plugins() {
6868
return plugins;
6969
}
7070

0 commit comments

Comments
 (0)