Skip to content

Commit

Permalink
fix type (iluwatar#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejsvisockis committed Apr 1, 2024
1 parent 3d8fec0 commit 99bd30c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static void setDataSource(DataSource dataSource) {
}

/**
* Get an SQL exception for the sake of all other internal persistence methods.
* Get a database connection.
*
* @return the connection {@link Connection}.
*/
Expand All @@ -53,7 +53,7 @@ protected Connection getConnection() {
}

/**
* Returns an underlying table name defined within the domain model.
* A database table name of the underlying domain model.
*
* @return the table name.
*/
Expand Down

0 comments on commit 99bd30c

Please sign in to comment.