Cleanup: remove extra semicolons

This commit is contained in:
Mathis Chenuet
2015-01-25 18:26:21 +00:00
committed by Laurent Clouet
parent 8c4a19654a
commit c6dafb3bf6
5 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ public class Error {
OS_NOT_SUPPORTED,
CPU_NOT_SUPPORTED,
UNKNOWN
};
}
public enum ServerCode {
OK(0),