Browse Source

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>
pull/24644/head
Sam Brannen 6 years ago committed by GitHub
parent
commit
fb0b915e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java

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

@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with 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. * 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"; public static final String TRUE_VALUE = "true";

Loading…
Cancel
Save