ModerationStatus.java

package edu.ucsb.cs156.dining.statuses;

public enum ModerationStatus {
  APPROVED,
  AWAITING_REVIEW,
  REJECTED;
}