Fixed missing whitespace

This commit is contained in:
Auxilor
2021-07-20 00:21:58 +01:00
committed by Auxilor
parent b40c3a41c2
commit bb595e340c

View File

@@ -15,6 +15,7 @@ public class EcoNamespacedKeyFactory extends PluginDependent<EcoPlugin> implemen
public EcoNamespacedKeyFactory(@NotNull final EcoPlugin plugin) {
super(plugin);
}
@Override
public NamespacedKey create(@NotNull final String key) {
return new NamespacedKey(this.getPlugin(), key);