Skip to content

Commit e447f7d

Browse files
brunoborgesCopilot
andauthored
Update cookbook/copilot-sdk/java/recipe/PersistingSessions.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8f570c0 commit e447f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/copilot-sdk/java/recipe/PersistingSessions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ public static void main(String[] args) throws Exception {
2525
.setPrompt("Let's discuss TypeScript generics")).get();
2626

2727
System.out.println("\nSession ID: " + session.getSessionId());
28-
System.out.println("Session closed — data persisted to disk.");
2928

3029
// Close session but keep data on disk for later resumption
3130
session.close();
31+
System.out.println("Session closed — data persisted to disk.");
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)