2015-11-03 12:00:44 -08:00

6 lines
92 B
Java

// housekeeping/Spiciness.java
public enum Spiciness {
NOT, MILD, MEDIUM, HOT, FLAMING
}