0

Fix JDK14 -> BukkitPlugin comments

This commit is contained in:
rjenkinsjr
2016-03-28 00:24:21 -04:00
parent 828a9e7947
commit 9a53af4c50

View File

@@ -79,8 +79,8 @@ public final class BukkitPluginLoggerAdapter extends MarkerIgnoringBase
transient final java.util.logging.Logger logger;
// WARN: JDK14LoggerAdapter constructor should have only package access so
// that only JDK14LoggerFactory be able to create one.
// WARN: BukkitPluginLoggerAdapter constructor should have only package access
// so that only BukkitPluginLoggerFactory be able to create one.
BukkitPluginLoggerAdapter(final String pluginName) {
this.logger = Bukkit.getPluginManager().getPlugin(pluginName).getLogger();
this.name = this.logger.getName();