Skip to content

Commit

Permalink
Minor updates based on PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
SanHalacogluImproving committed Feb 27, 2024
1 parent 9cec34c commit 84fb9f9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import java.util.List;
import java.util.Map;
import lombok.Builder;
import lombok.Getter;
import lombok.RequiredArgsConstructor;

/**
Expand All @@ -30,7 +29,6 @@ public final class ZaddOptions {
private final UpdateOptions updateOptions;

@RequiredArgsConstructor
@Getter
public enum ConditionalChange {
/**
* Only update elements that already exist. Don't add new elements. Equivalent to <code>XX
Expand All @@ -47,7 +45,6 @@ public enum ConditionalChange {
}

@RequiredArgsConstructor
@Getter
public enum UpdateOptions {
/**
* Only update existing elements if the new score is less than the current score. Equivalent to
Expand Down

0 comments on commit 84fb9f9

Please sign in to comment.