mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Merge pull request #3497 from izeye/patch-34
* pr/3497: Remove redundant check
This commit is contained in:
-3
@@ -230,9 +230,6 @@ public class ConfigurationMetadataMatchers {
|
||||
if (itemHint == null) {
|
||||
return false;
|
||||
}
|
||||
if (this.name != null && !this.name.equals(itemHint.getName())) {
|
||||
return false;
|
||||
}
|
||||
for (ValueHintMatcher value : this.values) {
|
||||
if (!value.matches(itemHint)) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user