Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Jan 25, 2024
1 parent d0950c0 commit b2301fa
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 229 deletions.
16 changes: 8 additions & 8 deletions java/client/src/main/java/glide/api/commands/Command.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
@EqualsAndHashCode
public class Command {

/** Redis command request type */
@NonNull final RequestType requestType;
/** Redis command request type */
@NonNull final RequestType requestType;

/** List of Arguments for the Redis command request */
@Builder.Default final String[] arguments = new String[] {};
/** List of Arguments for the Redis command request */
@Builder.Default final String[] arguments = new String[] {};

public enum RequestType {
/** Call a custom command with list of string arguments */
CUSTOM_COMMAND,
}
public enum RequestType {
/** Call a custom command with list of string arguments */
CUSTOM_COMMAND,
}
}
Loading

0 comments on commit b2301fa

Please sign in to comment.