We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec498d commit 0bafa76Copy full SHA for 0bafa76
sdm/src/main/java/com/sap/cds/sdm/constants/SDMConstants.java
@@ -93,7 +93,8 @@ private SDMConstants() {
93
"Unable to find target attachment entity: %s";
94
public static final String INVALID_FACET_FORMAT_ERROR =
95
"Invalid facet format. Expected: Service.Entity.Composition, got: %s";
96
- public static final String FETCH_ATTACHMENT_COMPOSITION_ERROR = "Failed to fetch attachment composition";
+ public static final String FETCH_ATTACHMENT_COMPOSITION_ERROR =
97
+ "Failed to fetch attachment composition";
98
99
public static String nameConstraintMessage(
100
List<String> fileNameWithRestrictedCharacters, String operation) {
0 commit comments