Line endings. Don't make me yell at you.

This commit is contained in:
Dinnerbone
2011-05-12 22:28:09 +01:00
parent ccedca6cb6
commit 5e82e3b3ea
5 changed files with 535 additions and 535 deletions

View File

@@ -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
}