Skip to content

Commit

Permalink
fixed imports (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Mar 26, 2024
1 parent 6cd911e commit 784eab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/auth/callout/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.atomic.AtomicBoolean;

import static io.nats.jwt.JwtUtils.getClaimBody;

public class Main {

public static void main(String[] args) throws Exception {
Expand Down

1 comment on commit 784eab6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for nats-by-example ready!

✅ Preview
https://nats-by-example-puedtsa6p-connecteverything.vercel.app

Built with commit 784eab6.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.