anderx лет назад: 7
Родитель
Сommit
a713c359af
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      src/main/java/com/goafanti/common/task/ReleaseUserTask.java

+ 0 - 4
src/main/java/com/goafanti/common/task/ReleaseUserTask.java

@@ -3,16 +3,12 @@ package com.goafanti.common.task;
 import java.util.ArrayList;
 import java.util.ArrayList;
 import java.util.Date;
 import java.util.Date;
 import java.util.List;
 import java.util.List;
-
 import javax.annotation.Resource;
 import javax.annotation.Resource;
-
-import org.apache.tomcat.jni.Lock;
 import org.springframework.scheduling.annotation.Scheduled;
 import org.springframework.scheduling.annotation.Scheduled;
 import org.springframework.stereotype.Component;
 import org.springframework.stereotype.Component;
 import org.springframework.stereotype.Controller;
 import org.springframework.stereotype.Controller;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RequestMethod;
 import org.springframework.web.bind.annotation.RequestMethod;
-
 import com.goafanti.common.model.User;
 import com.goafanti.common.model.User;
 import com.goafanti.common.utils.LoggerUtils;
 import com.goafanti.common.utils.LoggerUtils;
 import com.goafanti.customer.bo.LockingReleaseBo;
 import com.goafanti.customer.bo.LockingReleaseBo;