Improve javadoc in 26 files.

Addresses:
BUKKIT-1643, BUKKIT-1868, BUKKIT-1846, BUKKIT-2632, BUKKIT-3196,
BUKKIT-3187, BUKKIT-3198, BUKKIT-3200, BUKKIT-3201 and BUKKIT-3417.

By: feildmaster <admin@feildmaster.com>
This commit is contained in:
Bukkit/Spigot
2013-01-22 15:09:24 -06:00
parent c5392313d3
commit 8065c9095a
26 changed files with 253 additions and 144 deletions

View File

@@ -409,7 +409,7 @@ public interface ConfigurationSection {
* <p />
* If the List does not exist but a default value has been specified, this
* will return the default value. If the List does not exist and no default
* value was specified, this will return null.
* value was specified, this will return an empty List.
* <p />
* This method will attempt to cast any values into a String if possible, but may
* miss any values out if they are not compatible.
@@ -424,7 +424,7 @@ public interface ConfigurationSection {
* <p />
* If the List does not exist but a default value has been specified, this
* will return the default value. If the List does not exist and no default
* value was specified, this will return null.
* value was specified, this will return an empty List.
* <p />
* This method will attempt to cast any values into a Integer if possible, but may
* miss any values out if they are not compatible.
@@ -439,7 +439,7 @@ public interface ConfigurationSection {
* <p />
* If the List does not exist but a default value has been specified, this
* will return the default value. If the List does not exist and no default
* value was specified, this will return null.
* value was specified, this will return an empty List.
* <p />
* This method will attempt to cast any values into a Boolean if possible, but may
* miss any values out if they are not compatible.
@@ -454,7 +454,7 @@ public interface ConfigurationSection {
* <p />
* If the List does not exist but a default value has been specified, this
* will return the default value. If the List does not exist and no default
* value was specified, this will return null.
* value was specified, this will return an empty List.
* <p />
* This method will attempt to cast any values into a Double if possible, but may
* miss any values out if they are not compatible.
@@ -469,7 +469,7 @@ public interface ConfigurationSection {
* <p />
* If the List does not exist but a default value has been specified, this
* will return the default value. If the List does not exist and no default
* value was specified, this will return null.
* value was specified, this will return an empty List.
* <p />
* This method will attempt to cast any values into a Float if possible, but may
* miss any values out if they are not compatible.
@@ -484,7 +484,7 @@ public interface ConfigurationSection {
* <p />
* If the List does not exist but a default value has been specified, this
* will return the default value. If the List does not exist and no default
* value was specified, this will return null.
* value was specified, this will return an empty List.
* <p />
* This method will attempt to cast any values into a Long if possible, but may
* miss any values out if they are not compatible.
@@ -499,7 +499,7 @@ public interface ConfigurationSection {
* <p />
* If the List does not exist but a default value has been specified, this
* will return the default value. If the List does not exist and no default
* value was specified, this will return null.
* value was specified, this will return an empty List.
* <p />
* This method will attempt to cast any values into a Byte if possible, but may
* miss any values out if they are not compatible.
@@ -514,7 +514,7 @@ public interface ConfigurationSection {
* <p />
* If the List does not exist but a default value has been specified, this
* will return the default value. If the List does not exist and no default
* value was specified, this will return null.
* value was specified, this will return an empty List.
* <p />
* This method will attempt to cast any values into a Character if possible, but may
* miss any values out if they are not compatible.
@@ -529,7 +529,7 @@ public interface ConfigurationSection {
* <p />
* If the List does not exist but a default value has been specified, this
* will return the default value. If the List does not exist and no default
* value was specified, this will return null.
* value was specified, this will return an empty List.
* <p />
* This method will attempt to cast any values into a Short if possible, but may
* miss any values out if they are not compatible.
@@ -544,7 +544,7 @@ public interface ConfigurationSection {
* <p />
* If the List does not exist but a default value has been specified, this
* will return the default value. If the List does not exist and no default
* value was specified, this will return null.
* value was specified, this will return an empty List.
* <p />
* This method will attempt to cast any values into a Map if possible, but may
* miss any values out if they are not compatible.