Pulling all pending Bukkit-JavaDoc changes

By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
Bukkit/Spigot
2014-02-08 06:05:41 -05:00
parent 67a85bef54
commit 04d5aec52c
8 changed files with 41 additions and 35 deletions

View File

@@ -169,11 +169,11 @@ public interface Plugin extends TabExecutor {
public ChunkGenerator getDefaultWorldGenerator(String worldName, String id);
/**
* Returns the primary logger associated with this server instance. The
* Returns the plugin logger associated with this server's logger. The
* returned logger automatically tags all log messages with the plugin's
* name.
*
* @return Logger associated with this server
* @return Logger associated with this plugin
*/
public Logger getLogger();