From 072961b91ae03c998dc4aa27a87590e5d897fd12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=85=B6=E8=8B=97?= Date: Thu, 26 Mar 2020 20:11:06 +0800 Subject: [PATCH] Fix typo in BeanDefinitionParserDelegate --- .../beans/factory/xml/BeanDefinitionParserDelegate.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java b/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java index 4fd5ccdd601..03ba39a074b 100644 --- a/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java +++ b/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"); * 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";