Update spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java

This commit is contained in:
Sam Brannen 2020-03-26 15:47:46 +01:00 committed by GitHub
parent 072961b91a
commit 3e9d51220d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class BeanDefinitionParserDelegate {
/**
* Value of a T/F attribute that represents true.
* Anything else represents false. Case sensitive.
* Anything else represents false.
*/
public static final String TRUE_VALUE = "true";