Fix the comment in is2_5 not matching with Javadoc since value (#1041)
This commit is contained in:
@@ -105,7 +105,7 @@ class SpringBootVersionVerifier implements CompatibilityVerifier {
|
||||
@Override
|
||||
public boolean isCompatible() {
|
||||
try {
|
||||
// since 2.4
|
||||
// since 2.5
|
||||
Class.forName("org.springframework.boot.context.properties.bind.Bindable.BindRestriction");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user