Commit 9cd852c2 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

cleanup

parent 85c2a78f
......@@ -8,9 +8,6 @@ import org.mongodb.morphia.annotations.Id;
import java.security.Principal;
/**
* Created by gpietrus on 16.02.16.
*/
@Entity("users")
public class User implements Principal {
@Id
......
......@@ -6,8 +6,6 @@ import com.telephoners.krakyournet.ctf.beans.Flag;
import org.mongodb.morphia.annotations.Entity;
import javax.ws.rs.core.Response;
import java.io.IOException;
import java.util.HashMap;
import java.util.List;
@Entity("tasks")
......
package com.telephoners.krakyournet.ctf.core;
/**
* Created by gpietrus on 20.02.2016.
*/
public enum TaskType {
WEB("WEB"),
TEXT("TEXT"),
......
......@@ -2,8 +2,6 @@ package com.telephoners.krakyournet.ctf.logging;
import com.google.inject.Singleton;
import org.apache.commons.io.IOUtils;
import org.glassfish.jersey.server.ContainerRequest;
import org.glassfish.jersey.server.ContainerResponse;
import javax.ws.rs.container.ContainerRequestContext;
import javax.ws.rs.container.ContainerRequestFilter;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment