Skip to content

Commit 3c3293d

Browse files
ghgh415263schauder
authored andcommitted
Fixing Typo in JdbcAggregateChangeExecutionContext Exception Message.
Signed-off-by: JaeYeon Kim <ghgh415263@naver.com> Original pull request #2074
1 parent d62935a commit 3c3293d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/JdbcAggregateChangeExecutionContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
class JdbcAggregateChangeExecutionContext {
5656

5757
private static final String UPDATE_FAILED = "Failed to update entity [%s]; Id [%s] not found in database";
58-
private static final String UPDATE_FAILED_OPTIMISTIC_LOCKING = "Failed to update entity [%s]; The entity was updated since it was rea or it isn't in the database at all";
58+
private static final String UPDATE_FAILED_OPTIMISTIC_LOCKING = "Failed to update entity [%s]; The entity was updated since it was read or it isn't in the database at all";
5959

6060
private final RelationalMappingContext context;
6161
private final JdbcConverter converter;

0 commit comments

Comments
 (0)