Removed unneeded imports
This commit is contained in:
parent
c252513bb7
commit
15ca55f417
src/main/java/se/su/dsv/scipro/json
@ -7,7 +7,6 @@ import org.apache.log4j.Logger;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import se.su.dsv.scipro.data.dataobjects.User;
|
||||
import se.su.dsv.scipro.json.RemoteLookupOptions.LOOKUP_DEPTH;
|
||||
|
||||
/**
|
||||
* Default implementation of IUserLookupFromIdentifier queries remote defined by ApplicationSettings via JSon requests.
|
||||
|
@ -1,7 +1,8 @@
|
||||
package se.su.dsv.scipro.json;
|
||||
|
||||
/**
|
||||
* Bla bla bla
|
||||
* Option object for controlling remote requests, considered an anti-pattern at this point and
|
||||
* needs re-design.
|
||||
*/
|
||||
public final class RemoteLookupOptions {
|
||||
public enum LOOKUP_DEPTH{NONE,PROJECT_AND_PARTICIPANTS};
|
||||
|
Loading…
x
Reference in New Issue
Block a user