Skip to content

Commit

Permalink
removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed Aug 31, 2017
1 parent 1af701b commit bc1e618
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.OneToOne;
import org.hibernate.annotations.NaturalId;

@Entity
public class Colliding implements Serializable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@
import de.idrinth.stellaris.modtools.access.Queue;
import de.idrinth.stellaris.modtools.entity.LazyText;
import de.idrinth.stellaris.modtools.entity.Modification;
import de.idrinth.stellaris.modtools.entity.Original;
import de.idrinth.stellaris.modtools.entity.Patch;
import de.idrinth.stellaris.modtools.step.PatchConnector;
import java.util.Set;
import javax.persistence.EntityManager;
import javax.persistence.NoResultException;

abstract public class Files extends TaskList {
protected final String modConfigName;
Expand Down

0 comments on commit bc1e618

Please sign in to comment.