From 11d7e5c0de88d2466e5acb0290c1e237bd87e299 Mon Sep 17 00:00:00 2001 From: jakubs <jakubs> Date: Thu, 6 Sep 2012 14:28:57 +0000 Subject: [PATCH] BIS-173 todo => won't do SVN: 26535 --- .../server/dataaccess/db/EntityValidationInterceptor.java | 1 - 1 file changed, 1 deletion(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/dataaccess/db/EntityValidationInterceptor.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/dataaccess/db/EntityValidationInterceptor.java index 0fea59db33c..61ea338acfd 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/dataaccess/db/EntityValidationInterceptor.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/dataaccess/db/EntityValidationInterceptor.java @@ -72,7 +72,6 @@ public class EntityValidationInterceptor extends EmptyInterceptor implements * marked for validation by validation scripts. We keep the track of validated entities in the * set, and keep the entities we still have to validate in entitiesToValidate. */ - // TODO: refactor - there are too many collections here Set<IEntityInformationWithPropertiesHolder> modifiedEntities; Set<IEntityInformationWithPropertiesHolder> newEntities; -- GitLab