mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 13:30:27 -07:00
Rename .java to .kt
This commit is contained in:
parent
038ded5753
commit
ca2e5520b0
2 changed files with 0 additions and 0 deletions
13
Management-Server/src/main/java/ms/system/OperatingSystem.kt
Normal file
13
Management-Server/src/main/java/ms/system/OperatingSystem.kt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
package ms.system;
|
||||
|
||||
/**
|
||||
* The operating systems
|
||||
* @author Clayton Williams
|
||||
*
|
||||
*/
|
||||
public enum OperatingSystem {
|
||||
|
||||
UNIX,
|
||||
WINDOWS
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue