Skip to content

Commit 5cf778b

Browse files
brunoborgesCopilot
andauthored
Update src/main/java/com/github/copilot/sdk/json/ResumeSessionConfig.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 003d5f7 commit 5cf778b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/github/copilot/sdk/json/ResumeSessionConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ public ResumeSessionConfig setInfiniteSessions(InfiniteSessionConfig infiniteSes
483483
* Mutable collection properties are copied into new collection instances so
484484
* that modifications to those collections on the clone do not affect the
485485
* original. Other reference-type properties (like provider configuration,
486-
* system messages, hooks, infinite session configuration, and delegates) are
486+
* system messages, hooks, infinite session configuration, and handlers) are
487487
* not deep-cloned; the original and the clone will share those objects.
488488
*
489489
* @return a clone of this config instance

0 commit comments

Comments
 (0)