mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
SPIGOT-2988: Update JavaDoc in Plugin#saveDefaultConfig
This commit is contained in:
parent
a17b015899
commit
b91bded5b7
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
|
||||
* 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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue