From b54010b2533e14f04de7a2bf148b1ba8a73a6a2c Mon Sep 17 00:00:00 2001 From: Davide D'Alto Date: Tue, 19 Jul 2022 12:09:26 +0100 Subject: [PATCH] [#26284] Fix pre-existing typo in comment --- .../reactive/postgresql/HibernateReactiveTestEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;