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

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";