Update spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java
This commit is contained in:
parent
072961b91a
commit
3e9d51220d
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue