Skip to content

Commit baaaaa4

Browse files
authored
Merge pull request #674 from Multiverse/fix/hk2-contract
Fix @contract annotation
2 parents 381bec9 + 40de617 commit baaaaa4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/main/java/org/mvplugins/multiverse/portals/commands/PortalsCommand.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
package org.mvplugins.multiverse.portals.commands;
22

3-
import org.mvplugins.multiverse.core.command.MVCommandManager;
3+
import org.jvnet.hk2.annotations.Contract;
44
import org.mvplugins.multiverse.core.command.MultiverseCommand;
55
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;
86

97
/**
108
* Base class for all portal commands

src/main/java/org/mvplugins/multiverse/portals/listeners/PortalsListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.mvplugins.multiverse.portals.listeners;
22

33
import org.bukkit.event.Listener;
4-
import org.mvplugins.multiverse.external.jvnet.hk2.annotations.Contract;
4+
import org.jvnet.hk2.annotations.Contract;
55

66
/**
77
* Base implementation for all portal listeners

0 commit comments

Comments
 (0)