Skip to content

Commit

Permalink
[Java] Improve List Subjects
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Jul 11, 2024
1 parent 6236a2f commit 7984817
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/jetstream/list-subjects/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
import io.nats.client.api.*;

import java.io.IOException;
import java.time.Duration;
import java.util.Iterator;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.Map;

public class Main {
public static void main(String[] args) {
Expand Down

0 comments on commit 7984817

Please sign in to comment.