13
0
geforkt von Mirrors/Paper

Minor text changes

By: Erik Broes <erikbroes@grum.nl>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2012-01-04 09:05:28 +01:00
Ursprung aaab1cba23
Commit 6a81f9ccab
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -34,7 +34,7 @@ public class MemorySection implements ConfigurationSection {
*/
protected MemorySection() {
if (!(this instanceof Configuration)) {
throw new IllegalStateException("Cannot contruct a root MemorySection when not a Configuration");
throw new IllegalStateException("Cannot construct a root MemorySection when not a Configuration");
}
this.path = "";

Datei anzeigen

@ -108,7 +108,7 @@ public abstract class JavaPlugin implements Plugin {
* the configuration file will have no values.
*
* @return The configuration.
* @deprecated See the new
* @deprecated See the new {@link JavaPlugin#getConfig()}
*/
@Deprecated
public Configuration getConfiguration() {