Skip to content

Commit ea6cd60

Browse files
committed
removed unused record Parent
1 parent 2f1a956 commit ea6cd60

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

cds-feature-attachments/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
<limit implementation="org.jacoco.report.check.Limit">
311311
<counter>CLASS</counter>
312312
<value>MISSEDCOUNT</value>
313-
<maximum>1</maximum>
313+
<maximum>0</maximum>
314314
</limit>
315315
</limits>
316316
</rule>

cds-feature-attachments/src/main/java/com/sap/cds/feature/attachments/handler/applicationservice/modifyevents/CreateAttachmentEvent.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,4 @@ private static Optional<String> getFieldValue(String fieldName, Map<String, Obje
9898
Object value = nonNull(annotationValue) ? annotationValue : attachment.get(fieldName);
9999
return Optional.ofNullable((String) value);
100100
}
101-
102-
record Parent(CdsEntity entity, Map<String, Object> ids) {
103-
}
104101
}

0 commit comments

Comments
 (0)