[ci skip] Update test plugin
This commit is contained in:
parent
bc4a6647c9
commit
38b2754b28
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
package io.papermc.testplugin;
|
||||
|
||||
import io.papermc.paper.plugin.bootstrap.BootstrapContext;
|
||||
import io.papermc.paper.plugin.bootstrap.PluginBootstrap;
|
||||
import io.papermc.paper.plugin.bootstrap.PluginProviderContext;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class TestPluginBootstrap implements PluginBootstrap {
|
||||
|
||||
@Override
|
||||
public void bootstrap(@NotNull PluginProviderContext context) {
|
||||
public void bootstrap(@NotNull BootstrapContext context) {
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue