sashapolo commented on code in PR #1116:
URL: https://github.com/apache/ignite-3/pull/1116#discussion_r979604350
##########
modules/core/src/main/java/org/apache/ignite/internal/properties/IgniteProductVersion.java:
##########
@@ -109,41 +112,48 @@ public byte maintenance() {
}
/**
- * Returns {@code true} if this is a snapshot release, {@code false}
otherwise.
+ * Returns the patch version number.
*/
- public boolean snapshot() {
- return isSnapshot;
+ public @Nullable Byte patch() {
+ return patch;
}
/**
- * Returns the alpha version of this release or an empty string if this is
not an alpha release.
+ * Returns the pre-release version.
Review Comment:
yes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]