Skip to content

Commit 577ec3b

Browse files
Fix documentation
1 parent a2d323a commit 577ec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ private <B extends T> DefaultValueCustomizer(B defaultValue, Map<Class<?>, ? sup
612612
* Adds the {@code defaultValue} for the {@code typeOfInterest},
613613
* if no default value has been set.
614614
*
615-
* @param typeOfInterest the type for which will be provided default value
615+
* @param typeOfInterest the type for which will be provided the default value
616616
*/
617617
private void customize(Class<T> typeOfInterest) {
618618
for (Map.Entry<Class<?>, ?> entry : defaultValues.entrySet()) {

0 commit comments

Comments
 (0)