Skip to content

Commit 6386f7c

Browse files
formatting correction
1 parent 03da33e commit 6386f7c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

sdm/src/main/java/com/sap/cds/sdm/service/handler/SDMServiceGenericHandler.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ private void revertNestedEntityLinks(DraftCancelEventContext context, Object par
139139
.forEach(
140140
composition -> {
141141
try {
142-
processNestedEntityComposition(
143-
context, composition);
142+
processNestedEntityComposition(context, composition);
144143
} catch (IOException e) {
145144
throw new RuntimeException(e);
146145
}
@@ -149,9 +148,7 @@ private void revertNestedEntityLinks(DraftCancelEventContext context, Object par
149148
}
150149

151150
private void processNestedEntityComposition(
152-
DraftCancelEventContext context,
153-
CdsElement composition)
154-
throws IOException {
151+
DraftCancelEventContext context, CdsElement composition) throws IOException {
155152

156153
CdsAssociationType associationType = (CdsAssociationType) composition.getType();
157154
String targetEntityName = associationType.getTarget().getQualifiedName();

0 commit comments

Comments
 (0)