Skip to content

Commit 50bc762

Browse files
authored
Update orchestration/src/main/java/com/sap/ai/sdk/orchestration/DpiMasking.java
1 parent 22d478f commit 50bc762

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/DpiMasking.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public DpiMasking withEntities(
7575
}
7676
}
7777

78-
/** {@inheritDoc} */
7978
@Nonnull
8079
public MaskingProviderConfig createConfig() {
8180
val entitiesDTO = entities.stream().map(it -> new DPIEntityConfig().type(it)).toList();

0 commit comments

Comments
 (0)