public final class Version
extends Object
- Author:
- Alexey Stashok
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Version
public Version(int major,
int minor)
-
Method Details
-
getMajor
public int getMajor()
-
getMinor
public int getMinor()
-
-
-