Exposed if patch was specified during object construction

This commit is contained in:
nathan 2020-08-05 02:33:26 +02:00
parent 7cb19bbe2f
commit 2a76324345
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class NormalVersion implements Comparable<NormalVersion>, Serializable {
* The patch version number. * The patch version number.
*/ */
private final long patch; private final long patch;
private final boolean patchSpecified; protected final boolean patchSpecified;
/** /**
* Constructs a {@code NormalVersion} with the * Constructs a {@code NormalVersion} with the