sunhelly commented on a change in pull request #435: HBASE-22767 System table
RIT STUCK if their RSGroup has no highest ve…
URL: https://github.com/apache/hbase/pull/435#discussion_r324957400
##########
File path: hbase-common/src/saveVersion.sh
##########
@@ -71,7 +71,7 @@ import org.apache.yetus.audience.InterfaceAudience;
@InterfaceAudience.Private
public class Version {
- public static final String version = "$version";
+ public static final String version = new String("$version");
Review comment:
Because String can not be modified, I used setFinalStatic to set the version.
----------------------------------------------------------------
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]
With regards,
Apache Git Services