diff --git a/dbclient/jdbc/src/main/java/io/helidon/dbclient/jdbc/JdbcConnectionPool.java b/dbclient/jdbc/src/main/java/io/helidon/dbclient/jdbc/JdbcConnectionPool.java index 56f238cff16..133c86542b4 100644 --- a/dbclient/jdbc/src/main/java/io/helidon/dbclient/jdbc/JdbcConnectionPool.java +++ b/dbclient/jdbc/src/main/java/io/helidon/dbclient/jdbc/JdbcConnectionPool.java @@ -102,12 +102,12 @@ default String dbType() { @Override default String name() { - throw new UnsupportedOperationException("Name of the JdbcConnectionPool service is not definde"); + throw new UnsupportedOperationException("Name of the JdbcConnectionPool service is not defined"); } @Override default String type() { - throw new UnsupportedOperationException("Type of the JdbcConnectionPool service is not definde"); + throw new UnsupportedOperationException("Type of the JdbcConnectionPool service is not defined"); } /**