mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-2988: Update JavaDoc in Plugin#saveDefaultConfig
By: md_5 <git@md-5.net>
This commit is contained in:
parent
8c555c4314
commit
72f65b2488
1 changed files with 3 additions and 3 deletions
|
@ -58,9 +58,9 @@ public interface Plugin extends TabExecutor {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Saves the raw contents of the default config.yml file to the location
|
* Saves the raw contents of the default config.yml file to the location
|
||||||
* retrievable by {@link #getConfig()}. If there is no default config.yml
|
* retrievable by {@link #getConfig()}.
|
||||||
* embedded in the plugin, an empty config.yml file is saved. This should
|
* <p>
|
||||||
* fail silently if the config.yml already exists.
|
* This should fail silently if the config.yml already exists.
|
||||||
*/
|
*/
|
||||||
public void saveDefaultConfig();
|
public void saveDefaultConfig();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue