diff --git a/integration-tests/hibernate-reactive-postgresql/src/main/java/io/quarkus/it/hibernate/reactive/postgresql/HibernateReactiveTestEndpoint.java b/integration-tests/hibernate-reactive-postgresql/src/main/java/io/quarkus/it/hibernate/reactive/postgresql/HibernateReactiveTestEndpoint.java index 64f5e3ab99847..6e9d059efaa5b 100644 --- a/integration-tests/hibernate-reactive-postgresql/src/main/java/io/quarkus/it/hibernate/reactive/postgresql/HibernateReactiveTestEndpoint.java +++ b/integration-tests/hibernate-reactive-postgresql/src/main/java/io/quarkus/it/hibernate/reactive/postgresql/HibernateReactiveTestEndpoint.java @@ -20,7 +20,7 @@ public class HibernateReactiveTestEndpoint { @Inject Mutiny.Session mutinySession; - // Injecting a Vert.x Pool is not required, it us only used to + // Injecting a Vert.x Pool is not required, it's only used to // independently validate the contents of the database for the test @Inject PgPool pgPool;