Fix typo in BinderProperties

Fix typo in BinderProperties
This commit is contained in:
Debugging Sparrow
2023-09-01 10:32:55 +09:00
committed by Soby Chacko
parent e933100244
commit 9570e55a65

View File

@@ -48,7 +48,7 @@ public class BinderProperties {
/**
* Whether the binder configuration is a candidate for being considered a default
* binder, or can be used only when explicitly referenced. Defaulys: true
* binder, or can be used only when explicitly referenced. Default: true
*/
private boolean defaultCandidate = true;