source: src/main/java/edu/gjoko/schedlr/entity/ServiceStatus.java@ 1413ee2

Last change on this file since 1413ee2 was 1413ee2, checked in by gjoko kostadinov <gjokokostadinov@…>, 6 months ago

Add all bug fixes.

  • Property mode set to 100644
File size: 92 bytes
Line 
1package edu.gjoko.schedlr.entity;
2
3public enum ServiceStatus {
4
5 ACTIVE,
6
7 INACTIVE
8}
Note: See TracBrowser for help on using the repository browser.