From edfb4f3114d3b55df8edf4aee472cf4c17d7d79a Mon Sep 17 00:00:00 2001 From: Yuriy Artamonov Date: Mon, 14 Jan 2013 12:05:26 +0000 Subject: [PATCH] Refs #1433 @SystemLevel for Attributes --- .../haulmont/chile/jpa/loader/JPAAnnotationsLoader.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/global/src/com/haulmont/chile/jpa/loader/JPAAnnotationsLoader.java b/modules/global/src/com/haulmont/chile/jpa/loader/JPAAnnotationsLoader.java index 1811e177d8..9d671c12e7 100644 --- a/modules/global/src/com/haulmont/chile/jpa/loader/JPAAnnotationsLoader.java +++ b/modules/global/src/com/haulmont/chile/jpa/loader/JPAAnnotationsLoader.java @@ -9,15 +9,11 @@ import com.haulmont.bali.util.ReflectionHelper; import com.haulmont.chile.core.annotations.MetaClass; import com.haulmont.chile.core.loader.ChileAnnotationsLoader; import com.haulmont.chile.core.loader.ClassMetadataLoader; +import com.haulmont.chile.core.model.MetaProperty; import com.haulmont.chile.core.model.Range; import com.haulmont.chile.core.model.Session; -import com.haulmont.chile.core.model.MetaProperty; import com.haulmont.chile.core.model.impl.MetaClassImpl; -import com.haulmont.cuba.core.entity.annotation.SystemLevel; import org.apache.commons.lang.StringUtils; - -import static org.apache.commons.lang.StringUtils.isBlank; - import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.core.io.Resource; @@ -32,6 +28,8 @@ import java.lang.reflect.Field; import java.util.ArrayList; import java.util.List; +import static org.apache.commons.lang.StringUtils.isBlank; + /** * @author krivopustov * @version $Id$