Skip to content

Commit

Permalink
0002937: Disable and deprecate Grouplets feature in 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichalek committed May 24, 2017
1 parent e246575 commit 5da795b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -206,7 +206,7 @@ public String getSymmetricVersion() {
public int[] getSymmetricVersionParts() {
if (symmetricVersionParts == null) {
if (StringUtils.isEmpty(symmetricVersion) || symmetricVersion.equals("development")) {
symmetricVersionParts = new int[]{};
symmetricVersionParts = null;
} else {
symmetricVersionParts = Version.parseVersion(symmetricVersion);
}
Expand Down

0 comments on commit 5da795b

Please sign in to comment.