sk0x50 commented on a change in pull request #114:
URL: https://github.com/apache/ignite-3/pull/114#discussion_r631045404
##########
File path:
modules/configuration/src/main/java/org/apache/ignite/configuration/storage/Data.java
##########
@@ -56,14 +51,7 @@ public Data(Map<String, Serializable> values, long
cfgVersion, long storageRevis
* Get version.
* @return version.
*/
- public long cfgVersion() {
- return cfgVersion;
- }
-
- /**
- * @return Storage revision.
- */
- public long storageRevision() {
- return storageRevision;
+ public long changeId() {
Review comment:
Ok, it is up to you, but I don't think that the Javadoc in its current
state provides any valuable information about this `changeId`.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]