Skip to content

Commit 65c6492

Browse files
committed
Merge pull request spring-projects#3610 from arghya88/master
* pr/3610: Fix typo
2 parents ddc2116 + 64c6e5b commit 65c6492

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor

1 file changed

+1
-1
lines changed

spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/TypeExcludeFilter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import javax.lang.model.type.TypeMirror;
2323

2424
/**
25-
* Filter to excluded elements that don't make sense to process.
25+
* Filter to exclude elements that don't make sense to process.
2626
*
2727
* @author Stephane Nicoll
2828
* @author Andy Wilkinson

0 commit comments

Comments
 (0)