Skip to content

Commit 6fb668f

Browse files
committed
remove outdated comment
1 parent 288656a commit 6fb668f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/main/java/it/aboutbits/postgresql/PostgreSQLInstanceReadinessCheck.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
import org.eclipse.microprofile.health.Readiness;
1111
import org.jspecify.annotations.NullMarked;
1212

13-
/**
14-
* MicroProfile readiness health check that verifies connectivity to all
15-
* configured PostgreSQL instances. Each instance is probed with a lightweight
16-
* operation, and the aggregated status is exposed.
17-
*/
1813
@NullMarked
1914
@Readiness
2015
@RequiredArgsConstructor

0 commit comments

Comments
 (0)