mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Fix ifAnyMissingClasses to return false if no classes are missing
Fixes #1003
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ public class DependencyCustomizer {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return DependencyCustomizer.this.canAdd();
|
||||
return false;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user