We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b70d9 commit f0f0417Copy full SHA for f0f0417
core/src/test/java/io/neba/core/resourcemodels/mapping/FieldValueMappingCallbackTest.java
@@ -1378,7 +1378,7 @@ public void testNullNonCollectionValuesAreNullWhenInvokingFieldMappers() {
1378
/**
1379
* A {@link AnnotatedFieldMapper} implementation must take
1380
* 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
+ * there is no way to enforce this at compile time. This test verifies that a suitable exception
1382
* is thrown in case a field mapper returns an incompatible value at runtime.
1383
*/
1384
@Test
0 commit comments