File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/main/java/org/mvplugins/multiverse/portals Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
package org .mvplugins .multiverse .portals .commands ;
2
2
3
- import org .mvplugins . multiverse . core . command . MVCommandManager ;
3
+ import org .jvnet . hk2 . annotations . Contract ;
4
4
import org .mvplugins .multiverse .core .command .MultiverseCommand ;
5
5
import org .mvplugins .multiverse .external .acf .commands .annotation .CommandAlias ;
6
- import org .mvplugins .multiverse .external .jetbrains .annotations .NotNull ;
7
- import org .mvplugins .multiverse .external .jvnet .hk2 .annotations .Contract ;
8
6
9
7
/**
10
8
* Base class for all portal commands
Original file line number Diff line number Diff line change 1
1
package org .mvplugins .multiverse .portals .listeners ;
2
2
3
3
import org .bukkit .event .Listener ;
4
- import org .mvplugins . multiverse . external . jvnet .hk2 .annotations .Contract ;
4
+ import org .jvnet .hk2 .annotations .Contract ;
5
5
6
6
/**
7
7
* Base implementation for all portal listeners
You can’t perform that action at this time.
0 commit comments