Skip to content

Commit

Permalink
Remove unused imports in Daemon and Stop classes
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-waldenberg committed Apr 11, 2023
1 parent cae032c commit 66d2f8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ UGD Software AB (org. nr: 559339-5824)
import jakarta.enterprise.context.ApplicationScoped;
import jakarta.enterprise.event.Observes;
import jakarta.inject.Inject;
import lombok.Getter;
import org.jboss.weld.environment.se.events.ContainerInitialized;
import org.unigrid.hedgehog.command.option.NetOptions;
import org.unigrid.hedgehog.command.option.RestOptions;
Expand All @@ -31,7 +30,6 @@ UGD Software AB (org. nr: 559339-5824)
import org.unigrid.hedgehog.server.rest.RestServer;
import picocli.CommandLine.Command;
import picocli.CommandLine.Mixin;
import picocli.CommandLine.Option;

@ApplicationScoped
@Command(name = "daemon")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ UGD Software AB (org. nr: 559339-5824)
package org.unigrid.hedgehog.command.cli;

import jakarta.ws.rs.HttpMethod;
import jakarta.ws.rs.core.GenericType;
import jakarta.ws.rs.core.Response;
import java.util.HashSet;
import java.util.Optional;
import java.util.Set;
import org.unigrid.hedgehog.model.network.Node;
import picocli.CommandLine.Command;

@Command(name = "stop")
Expand Down

0 comments on commit 66d2f8e

Please sign in to comment.