Line endings. Don't make me yell at you.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package org.bukkit.plugin;
|
||||
|
||||
/**
|
||||
* Represents various priorities of a provider.
|
||||
*/
|
||||
public enum ServicePriority {
|
||||
Lowest,
|
||||
Low,
|
||||
Normal,
|
||||
High,
|
||||
Highest
|
||||
package org.bukkit.plugin;
|
||||
|
||||
/**
|
||||
* Represents various priorities of a provider.
|
||||
*/
|
||||
public enum ServicePriority {
|
||||
Lowest,
|
||||
Low,
|
||||
Normal,
|
||||
High,
|
||||
Highest
|
||||
}
|
||||
Reference in New Issue
Block a user