Fix typo in BeanDefinitionParserDelegate

This commit is contained in:
陈其苗 2020-03-26 20:11:06 +08:00
parent 5c977ce119
commit 072961b91a
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. Case sensitive.
*/
public static final String TRUE_VALUE = "true";