Skip to content

Commit 3228e2f

Browse files
Fix the documentation in the NullToleranceTest class
1 parent 6056833 commit 3228e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testutil/src/main/java/org/spine3/test/NullToleranceTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,9 +610,9 @@ private <B extends T> DefaultValueCustomizer(B defaultValue, Map<Class<?>, ? sup
610610

611611
/**
612612
* Adds the {@code defaultValue} for the {@code typeOfInterest},
613-
* if no default value has been set.
613+
* if no default value has been set previously.
614614
*
615-
* @param typeOfInterest the type for which will be provided the default value
615+
* @param typeOfInterest the type to customize the default value for
616616
*/
617617
private void customize(Class<T> typeOfInterest) {
618618
for (Map.Entry<Class<?>, ?> entry : defaultValues.entrySet()) {

0 commit comments

Comments
 (0)