You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove redundant try-catch in JdbcChatMemoryRepository (#4288)
The inner method JdbcChatMemoryRepositoryDialect#from already contains
exception handling logic. The outer try-catch block is unnecessary and
can be safely removed to avoid redundant exception handling and improve
code clarity.
Fixes: #4288
Auto-cherry-pick to 1.0.x
Signed-off-by: eeaters <870905780@qq.com>
Copy file name to clipboardExpand all lines: memory/repository/spring-ai-model-chat-memory-repository-jdbc/src/main/java/org/springframework/ai/chat/memory/repository/jdbc/JdbcChatMemoryRepository.java
0 commit comments