Skip to content

Commit a25718f

Browse files
Changes suggested by bot
1 parent 9628789 commit a25718f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

sdm/src/test/java/integration/com/sap/cds/sdm/Api.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,7 @@ public List<Map<String, Object>> fetchEntityMetadataDraft(
11131113
}
11141114
}
11151115

1116+
@Override
11161117
public String downloadSelectedAttachments(
11171118
String appUrl, String entityName, String facetName, String entityID, List<String> ids)
11181119
throws IOException {

sdm/src/test/java/integration/com/sap/cds/sdm/ApiMT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,7 @@ public List<Map<String, Object>> fetchEntityMetadataDraft(
10511051
}
10521052
}
10531053

1054+
@Override
10541055
public String downloadSelectedAttachments(
10551056
String appUrl, String entityName, String facetName, String entityID, List<String> ids)
10561057
throws IOException {

0 commit comments

Comments
 (0)