Skip to content

Commit 45e76d4

Browse files
l2yujwmp911de
authored andcommitted
Fix typos in test Javadoc.
Closes #4193 Signed-off-by: l2yuPa <jeungwon28@gmail.com>
1 parent b3c4656 commit 45e76d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/UserRepositoryTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ void testCascadesPersisting() {
404404
}
405405

406406
/**
407-
* Tests, that persisting a relationsship without cascade attributes throws a {@code DataAccessException}.
407+
* Tests, that persisting a relationship without cascade attributes throws a {@code DataAccessException}.
408408
*/
409409
@Test
410410
void testPreventsCascadingRolePersisting() {

spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/support/JpaRepositoryFactoryUnitTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ void allowsCallingOfObjectMethods() {
113113

114114
/**
115115
* Asserts that the factory recognized configured predicateExecutor classes that contain custom method but no custom
116-
* implementation could be found. Furthremore the exception has to contain the name of the predicateExecutor interface
117-
* as for a large predicateExecutor configuration it's hard to find out where this error occured.
116+
* implementation could be found. Furthermore, the exception has to contain the name of the predicateExecutor interface
117+
* as for a large predicateExecutor configuration it's hard to find out where this error occurred.
118118
*/
119119
@Test
120120
void capturesMissingCustomImplementationAndProvidesInterfacename() {

0 commit comments

Comments
 (0)