Skip to content

Commit 012a2ad

Browse files
committed
fix formatting
1 parent a49a2d2 commit 012a2ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-ai-core/src/main/java/org/springframework/ai/chat/prompt/PromptTemplate.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ public OutputParser getOutputParser() {
122122
}
123123

124124
/**
125-
* @deprecated Use {@link #setOutputConverter(StructuredOutputConverter)}
126-
* instead.
125+
* @deprecated Use {@link #setOutputConverter(StructuredOutputConverter)} instead.
127126
*/
128127
public void setOutputParser(OutputParser outputParser) {
129128
Objects.requireNonNull(outputParser, "Output Parser can not be null");

0 commit comments

Comments
 (0)