No-Arg constructor for serialization

This commit is contained in:
nathan 2017-10-16 00:40:52 +02:00
parent 752889724b
commit 5388dcedd7
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ class Version implements Comparable<Version> {
protected boolean isBeta;
protected String build;
protected
Version() {
// no-arg for serialization
}
/**
* Creates a comparable version based on only numbers
*