Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed Nov 21, 2024
1 parent cc84f1f commit 145132f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void setChatMemoryProvider(ChatMemoryProvider chatMemoryProvider) {
this.chatMemoryProvider = chatMemoryProvider;
}

public void setContentRetriever(ContentRetriever contentRetriever) {
public void setContentRetriever(ContentRetriever contentRetriever) {
this.contentRetriever = contentRetriever;
}

Expand Down

0 comments on commit 145132f

Please sign in to comment.