Fix the comment in is2_5 not matching with Javadoc since value (#1041)

This commit is contained in:
Hyeonmin Park
2021-11-23 09:29:18 +09:00
committed by GitHub
parent be43c362f6
commit 2a10a077e1

View File

@@ -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;
}