Skip to content

Commit f0f0417

Browse files
authored
Fixed documentation typo
1 parent 14b70d9 commit f0f0417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/io/neba/core/resourcemodels/mapping/FieldValueMappingCallbackTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ public void testNullNonCollectionValuesAreNullWhenInvokingFieldMappers() {
13781378
/**
13791379
* A {@link AnnotatedFieldMapper} implementation must take
13801380
* care to return an assignment-compatible value as a mapping result. However,
1381-
* there are no enforce this at compile time. This test verifies that a suitable exception
1381+
* there is no way to enforce this at compile time. This test verifies that a suitable exception
13821382
* is thrown in case a field mapper returns an incompatible value at runtime.
13831383
*/
13841384
@Test

0 commit comments

Comments
 (0)