Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Thihup committed Dec 28, 2024
1 parent f80f757 commit 67e74ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import jakarta.enterprise.inject.Instance;
import jakarta.enterprise.inject.spi.CDI;
import jakarta.inject.Singleton;

import java.util.Collection;
import java.util.List;
Expand All @@ -28,7 +29,6 @@
import java.util.logging.Logger;
import java.util.stream.Stream;

import jakarta.inject.Singleton;
import org.eclipse.microprofile.config.ConfigProvider;
import org.eclipse.microprofile.health.HealthCheck;
import org.eclipse.microprofile.health.HealthCheckResponse;
Expand Down

0 comments on commit 67e74ef

Please sign in to comment.