source: src/main/java/genius/core/Vote.java@ 337

Last change on this file since 337 was 127, checked in by Wouter Pasman, 6 years ago

#41 ROLL BACK of rev.126 . So this version is equal to rev. 125

File size: 65 bytes
Line 
1package genius.core;
2
3public enum Vote {
4 REJECT,ACCEPT;
5}
Note: See TracBrowser for help on using the repository browser.