forked from Archives/Athou_commafeed
remove warning
This commit is contained in:
@@ -3,13 +3,10 @@ package com.commafeed.backend.services;
|
||||
import java.util.Collection;
|
||||
import java.util.Date;
|
||||
import java.util.UUID;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import javax.ejb.Stateless;
|
||||
import javax.inject.Inject;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
import org.apache.commons.codec.digest.DigestUtils;
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.apache.commons.lang.time.DateUtils;
|
||||
@@ -24,7 +21,6 @@ import com.commafeed.backend.model.UserRole.Role;
|
||||
import com.google.common.base.Preconditions;
|
||||
|
||||
@Stateless
|
||||
@Slf4j
|
||||
public class UserService {
|
||||
|
||||
@Inject
|
||||
|
||||
Reference in New Issue
Block a user