Skip to content

Commit

Permalink
Refactor MetaDataVersion (#31348)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored May 22, 2024
1 parent 9e58dbc commit 3d37a84
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ public final class MetaDataVersion {
private final String nextActiveVersion;

public MetaDataVersion(final String key) {
this.key = key;
currentActiveVersion = "";
nextActiveVersion = "";
this(key, "", "");
}

/**
Expand Down

0 comments on commit 3d37a84

Please sign in to comment.