Skip to content
Snippets Groups Projects
Commit 37e2ef7c authored by gpawel's avatar gpawel
Browse files

minor: get rid of warning

SVN: 22723
parent f2fc49c2
No related branches found
No related tags found
No related merge requests found
...@@ -265,7 +265,7 @@ public class GenericClientService extends AbstractClientService implements IGene ...@@ -265,7 +265,7 @@ public class GenericClientService extends AbstractClientService implements IGene
private static void setUpdatePossibility( private static void setUpdatePossibility(
List<? extends NewEntitiesWithTypes<?, ?>> batchOperation, boolean updateExisting) List<? extends NewEntitiesWithTypes<?, ?>> batchOperation, boolean updateExisting)
{ {
for (NewEntitiesWithTypes entitiesWithTypes : batchOperation) for (NewEntitiesWithTypes<?, ?> entitiesWithTypes : batchOperation)
{ {
entitiesWithTypes.setAllowUpdateIfExist(updateExisting); entitiesWithTypes.setAllowUpdateIfExist(updateExisting);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment