Skip to content

Commit 50e72b9

Browse files
committed
chat-memory-jdbc: spring-javaformat:apply
Signed-off-by: Linar Abzaltdinov <[email protected]>
1 parent 69d7bd6 commit 50e72b9

File tree

1 file changed

+1
-1
lines changed
  • memory/spring-ai-model-chat-memory-jdbc/src/main/java/org/springframework/ai/chat/memory/jdbc

1 file changed

+1
-1
lines changed

memory/spring-ai-model-chat-memory-jdbc/src/main/java/org/springframework/ai/chat/memory/jdbc/JdbcChatMemory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void clear(String conversationId) {
8585
}
8686

8787
private record AddBatchPreparedStatement(String conversationId, List<Message> messages,
88-
AtomicLong instantSeq) implements BatchPreparedStatementSetter {
88+
AtomicLong instantSeq) implements BatchPreparedStatementSetter {
8989

9090
private AddBatchPreparedStatement(String conversationId, List<Message> messages) {
9191
this(conversationId, messages, new AtomicLong(Instant.now().toEpochMilli()));

0 commit comments

Comments
 (0)