mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 00:52:22 -07:00
SPIGOT-2988: Update JavaDoc in Plugin#saveDefaultConfig
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -58,9 +58,9 @@ public interface Plugin extends TabExecutor {
|
||||
|
||||
/**
|
||||
* Saves the raw contents of the default config.yml file to the location
|
||||
* retrievable by {@link #getConfig()}. If there is no default config.yml
|
||||
* embedded in the plugin, an empty config.yml file is saved. This should
|
||||
* fail silently if the config.yml already exists.
|
||||
* retrievable by {@link #getConfig()}.
|
||||
* <p>
|
||||
* This should fail silently if the config.yml already exists.
|
||||
*/
|
||||
public void saveDefaultConfig();
|
||||
|
||||
|
Reference in New Issue
Block a user