mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Pulling all pending Bukkit-JavaDoc changes
By: Edmond Poon <sagaciouszzzz@gmail.com>
This commit is contained in:
@@ -166,7 +166,7 @@ public interface Plugin extends TabExecutor {
|
||||
|
||||
/**
|
||||
* Returns the name of the plugin.
|
||||
*
|
||||
* <p>
|
||||
* This should return the bare name of the plugin and should be used for comparison.
|
||||
*
|
||||
* @return name of the plugin
|
||||
|
@@ -15,6 +15,7 @@ public class PluginLogger extends Logger {
|
||||
|
||||
/**
|
||||
* Creates a new PluginLogger that extracts the name from a plugin.
|
||||
*
|
||||
* @param context A reference to the plugin
|
||||
*/
|
||||
public PluginLogger(Plugin context) {
|
||||
|
Reference in New Issue
Block a user