Skip to content

Commit

Permalink
Fixed typo in exception messgaes.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Kraus <[email protected]>
  • Loading branch information
Tomas-Kraus committed Aug 2, 2023
1 parent 8d3949b commit 6ed6c13
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

/**
Expand Down

0 comments on commit 6ed6c13

Please sign in to comment.