refactor: add unused annotation
This commit is contained in:
parent
3eba93b533
commit
e20dcabff7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import org.eclipse.aether.artifact.DefaultArtifact;
|
|||
import org.eclipse.aether.graph.Dependency;
|
||||
import org.eclipse.aether.repository.RemoteRepository;
|
||||
|
||||
@SuppressWarnings("UnstableApiUsage")
|
||||
@SuppressWarnings({"UnstableApiUsage", "unused"})
|
||||
public class NickoPluginLoader implements PluginLoader {
|
||||
@Override
|
||||
public void classloader(PluginClasspathBuilder pluginClasspathBuilder) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue