修复编译错误

This commit is contained in:
zhou-hao
2018-04-11 23:35:02 +08:00
parent 7125916ec2
commit 06fc7ca830

View File

@@ -1,7 +1,6 @@
package org.hswebframework.web.dict.defaults;
import lombok.extern.slf4j.Slf4j;
import org.hswebframework.web.AopUtils;
import org.hswebframework.web.dict.*;
import org.springframework.core.io.Resource;
import org.springframework.core.io.support.PathMatchingResourcePatternResolver;
@@ -10,7 +9,6 @@ import org.springframework.core.type.classreading.MetadataReader;
import org.springframework.core.type.classreading.SimpleMetadataReaderFactory;
import org.springframework.util.ReflectionUtils;
import java.io.IOException;
import java.lang.reflect.Field;
import java.util.*;
import java.util.stream.Collectors;