Pulling all pending Bukkit-JavaDoc changes

This commit is contained in:
Wesley Wolfe
2013-02-22 22:49:38 -06:00
parent 23f5a057f8
commit 0b494f8896
46 changed files with 292 additions and 14 deletions

View File

@@ -297,7 +297,7 @@ public interface ConfigurationSection {
* <p />
* If the double does not exist but a default value has been specified, this
* will return the default value. If the double does not exist and no default
* value was specified, this will return null.
* value was specified, this will return 0.
*
* @param path Path of the double to get.
* @return Requested double.
@@ -334,7 +334,7 @@ public interface ConfigurationSection {
* <p />
* If the long does not exist but a default value has been specified, this
* will return the default value. If the long does not exist and no default
* value was specified, this will return null.
* value was specified, this will return 0.
*
* @param path Path of the long to get.
* @return Requested long.