use java classes instead of scala ones

This commit is contained in:
Athou
2013-04-23 21:29:16 +02:00
parent 5bba598b2e
commit 23e6915643

View File

@@ -2,6 +2,8 @@ package com.commafeed.backend;
import java.util.Arrays;
import java.util.Calendar;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
@@ -16,9 +18,6 @@ import org.apache.commons.lang.mutable.MutableBoolean;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import scala.actors.threadpool.ExecutorService;
import scala.actors.threadpool.Executors;
import com.commafeed.backend.dao.FeedCategoryDAO;
import com.commafeed.backend.dao.FeedDAO;
import com.commafeed.backend.dao.FeedSubscriptionDAO;