Skip to content

Commit d5da9b0

Browse files
committed
Merge pull request #27614 from hpoettker
* pr/27614: Fix typo in javadoc Closes gh-27614
2 parents cd0bb96 + 5b15c21 commit d5da9b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/validation/beanvalidation/MethodValidationExcludeFilter.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ public interface MethodValidationExcludeFilter {
3939
boolean isExcluded(Class<?> type);
4040

4141
/**
42-
* Factory method to crate a {@link MethodValidationExcludeFilter} that excludes
42+
* Factory method to create a {@link MethodValidationExcludeFilter} that excludes
4343
* classes by annotation.
4444
* @param annotationType the annotation to check
4545
* @return a {@link MethodValidationExcludeFilter} instance
@@ -49,7 +49,7 @@ static MethodValidationExcludeFilter byAnnotation(Class<? extends Annotation> an
4949
}
5050

5151
/**
52-
* Factory method to crate a {@link MethodValidationExcludeFilter} that excludes
52+
* Factory method to create a {@link MethodValidationExcludeFilter} that excludes
5353
* classes by annotation.
5454
* @param annotationType the annotation to check
5555
* @param searchStrategy the annotation search strategy

0 commit comments

Comments
 (0)