Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxiaojiawow committed Jul 21, 2023
1 parent 3f510a9 commit 3601f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@

/**
* interface for database supported chat message repository;
*
* @author zhangxiaojia002
* @date 2023/7/20 9:50 下午
**/
public interface ChatMessageRepository {

/**
* load all history chat message of given sessionId
*
* @param sessionId
* @return
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@

/**
* database based chat message history;
*
* @author zhangxiaojia002
* @date 2023/7/20 9:53 下午
**/
public class DataBaseChatMessageHistory extends BaseChatMessageHistory {

private final String sessionId;
private final ChatMessageRepository chatMessageRepository;

Expand Down

0 comments on commit 3601f97

Please sign in to comment.