Skip to content

Commit 0b93e28

Browse files
committed
Fixing Javadoc
1 parent 77775c7 commit 0b93e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-services/prompt-registry/src/main/java/com/sap/ai/sdk/prompt/registry/spring/SpringAiConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import org.springframework.ai.chat.messages.SystemMessage;
1212
import org.springframework.ai.chat.messages.UserMessage;
1313

14-
/** Utility class for orchestration-related operations in a Spring context. */
14+
/** Utility class for prompt registry related operations in a Spring context. */
1515
public class SpringAiConverter {
1616

1717
private SpringAiConverter() {

0 commit comments

Comments
 (0)