Skip to content

Commit

Permalink
CDR-1209 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerReiseVSys committed Jan 25, 2024
1 parent ad9ca8c commit e1955c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ public enum VersionPredicateType {
NONE,
LATEST_VERSION,
ALL_VERSIONS,
STANDARD_PREDICATE;
STANDARD_PREDICATE
}

private VersionPredicateType versionPredicateType = VersionPredicateType.NONE;

protected ComparisonOperatorPredicate predicate;
private ComparisonOperatorPredicate predicate;

public VersionPredicateType getVersionPredicateType() {
return versionPredicateType;
Expand Down

0 comments on commit e1955c3

Please # to comment.