Skip to content

Commit 8de6bf2

Browse files
committed
review fixes
1 parent 7b6f0a5 commit 8de6bf2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,13 @@ public String createEntityDraft(
141141
return ("Could not create entity");
142142
}
143143

144+
@Override
144145
public String createEntityDraftWithAuthor(
145146
String appUrl, String entityName, String entityName2, String srvpath, String authorName) {
146147
return createEntityDraftWithAuthor(appUrl, entityName, entityName2, srvpath, null, authorName);
147148
}
148149

150+
@Override
149151
public String createEntityDraftWithAuthor(
150152
String appUrl,
151153
String entityName,
@@ -1352,6 +1354,7 @@ public Map<String, Object> fetchChangelog(
13521354
}
13531355
}
13541356

1357+
@Override
13551358
public String createAttachmentInActive(
13561359
String appUrl, String entityName, String facetName, String entityID) throws IOException {
13571360
String url =

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,13 @@ public String createEntityDraft(
140140
return ("Could not create entity");
141141
}
142142

143+
@Override
143144
public String createEntityDraftWithAuthor(
144145
String appUrl, String entityName, String entityName2, String srvpath, String authorName) {
145146
return createEntityDraftWithAuthor(appUrl, entityName, entityName2, srvpath, null, authorName);
146147
}
147148

149+
@Override
148150
public String createEntityDraftWithAuthor(
149151
String appUrl,
150152
String entityName,
@@ -1278,6 +1280,7 @@ public Map<String, Object> fetchChangelog(
12781280
}
12791281
}
12801282

1283+
@Override
12811284
public String createAttachmentInActive(
12821285
String appUrl, String entityName, String facetName, String entityID) throws IOException {
12831286
String url =

0 commit comments

Comments
 (0)