Skip to content

Commit

Permalink
no comment (iluwatar#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejsvisockis committed Apr 15, 2024
1 parent a8cdba2 commit fe908cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public <T extends RecordBase> T findById(Long id, Class<T> clazz) {
}
} catch (SQLException e) {
throw new RuntimeException(
"Unable to the record for the following domain model : " + clazz.getName() + " by id="
"Unable to fine a record for the following domain model : " + clazz.getName() + " by id="
+ id
+ " due to the data persistence error", e);
}
Expand Down

0 comments on commit fe908cc

Please sign in to comment.