Commit ace489ca by Antti Tonkyra

Added ActionLogMessageState enum

1 parent a149e448
package fi.insomnia.bortal.enums;
public enum ActionLogMessageState {
NEW,
PENDING,
DONE
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!