Skip to content

Commit e4be3c9

Browse files
committed
add travel type enum with business and leisure values
1 parent 92fb921 commit e4be3c9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package expert.os.demos.travel;
2+
3+
public enum TravelType {
4+
BUSINESS,
5+
LEISURE
6+
}

0 commit comments

Comments
 (0)