Skip to content

Commit 4622ca0

Browse files
committed
Reverting
1 parent 0b93e28 commit 4622ca0

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/model/PromptTemplateSubstitutionResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class PromptTemplateSubstitutionResponse
4040
private final Map<String, Object> cloudSdkCustomFields = new LinkedHashMap<>();
4141

4242
/** Default constructor for PromptTemplateSubstitutionResponse. */
43-
public PromptTemplateSubstitutionResponse() {}
43+
protected PromptTemplateSubstitutionResponse() {}
4444

4545
/**
4646
* Set the parsedPrompt of this {@link PromptTemplateSubstitutionResponse} instance and return the

0 commit comments

Comments
 (0)