Remove obsolete comment in BeanDefinitionParserDelegate (#24789)

* Fix typo in BeanDefinitionParserDelegate

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

Co-authored-by: Sam Brannen <sbrannen@pivotal.io>
This commit is contained in:
Sam Brannen 2020-03-26 15:48:48 +01:00 committed by GitHub
commit fb0b915e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -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";