Skip to content

Commit 8bc7095

Browse files
committed
1 parent 6958c3c commit 8bc7095

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/main/java/therian/operator/copy/BeanToMapCopier.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public boolean perform(TherianContext context, Copy<? extends Object, ? extends
5757

5858
final Position.ReadWrite<?> targetKey = Positions.readWrite(targetKeyType);
5959

60-
@SuppressWarnings("unchecked")
6160
final Stream<Copy<?, ?>> copyEntries =
6261
getProperties(context, copy.getSourcePosition()).<Copy<?, ?>> map(
6362
propertyName -> {

0 commit comments

Comments
 (0)