mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 02:07:37 +01:00
Minor text changes
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
parent
aaab1cba23
commit
6a81f9ccab
@ -34,7 +34,7 @@ public class MemorySection implements ConfigurationSection {
|
|||||||
*/
|
*/
|
||||||
protected MemorySection() {
|
protected MemorySection() {
|
||||||
if (!(this instanceof Configuration)) {
|
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 = "";
|
this.path = "";
|
||||||
|
@ -108,7 +108,7 @@ public abstract class JavaPlugin implements Plugin {
|
|||||||
* the configuration file will have no values.
|
* the configuration file will have no values.
|
||||||
*
|
*
|
||||||
* @return The configuration.
|
* @return The configuration.
|
||||||
* @deprecated See the new
|
* @deprecated See the new {@link JavaPlugin#getConfig()}
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public Configuration getConfiguration() {
|
public Configuration getConfiguration() {
|
||||||
|
Loading…
Reference in New Issue
Block a user