Skip to content

Commit

Permalink
Migrate from javax @generated annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Feb 21, 2024
1 parent e0dcf23 commit 89d4037
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
import io.airlift.http.client.StringResponseHandler.StringResponse;
import io.airlift.log.Logger;
import io.airlift.units.Duration;
import jakarta.annotation.Generated;
import jakarta.annotation.PostConstruct;
import jakarta.annotation.PreDestroy;

import javax.annotation.processing.Generated;

import java.io.IOException;
import java.net.URI;
import java.security.PublicKey;
Expand Down

0 comments on commit 89d4037

Please sign in to comment.