Skip to content

Commit 8dbd48f

Browse files
brunoborgesCopilot
andauthored
Update src/main/java/com/github/copilot/sdk/json/SessionConfig.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 962f97b commit 8dbd48f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ public SessionConfig setConfigDir(String configDir) {
520520
* Mutable collection properties are copied into new collection instances so
521521
* that modifications to those collections on the clone do not affect the
522522
* original. Other reference-type properties (like provider configuration,
523-
* system messages, hooks, infinite session configuration, and delegates) are
523+
* system messages, hooks, infinite session configuration, and handlers) are
524524
* not deep-cloned; the original and the clone will share those objects.
525525
*
526526
* @return a clone of this config instance

0 commit comments

Comments
 (0)