Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
mv infrautils.karaf -> infrautils.karaf.shell
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Dec 21, 2018
1 parent 53d6423 commit de82fe6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.opendaylight.infrautils.karaf;
package org.opendaylight.infrautils.karaf.shell;

import java.util.List;
import java.util.concurrent.Callable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.opendaylight.infrautils.karaf;
package org.opendaylight.infrautils.karaf.shell;

import com.google.errorprone.annotations.Var;
import com.google.inject.Injector;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.opendaylight.infrautils.karaf;
package org.opendaylight.infrautils.karaf.shell;

import static java.util.Objects.requireNonNull;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import java.util.Set;
import javax.inject.Inject;
import org.apache.karaf.shell.api.action.Action;
import org.opendaylight.infrautils.karaf.KarafStandaloneShell;
import org.opendaylight.infrautils.karaf.shell.KarafStandaloneShell;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.google.inject.Singleton;
import java.util.Set;
import org.apache.karaf.shell.api.action.Action;
import org.opendaylight.infrautils.karaf.KarafStandaloneShell;
import org.opendaylight.infrautils.karaf.shell.KarafStandaloneShell;

/**
* Guice wiring which tests shell commands wiring.
Expand Down

0 comments on commit de82fe6

Please sign in to comment.