Skip to content

Commit

Permalink
remove unused annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Jul 23, 2024
1 parent e83c77d commit 5b0b6f9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
import com.aerospike.client.listener.InfoListener;
import com.aerospike.client.policy.InfoPolicy;
import lombok.experimental.UtilityClass;
import lombok.extern.slf4j.Slf4j;

import java.util.Map;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionException;
import java.util.concurrent.TimeUnit;

@Slf4j
@UtilityClass
public class InfoCommandUtils {

Expand Down

0 comments on commit 5b0b6f9

Please sign in to comment.