Skip to content

Commit 92a2839

Browse files
committed
Merge pull request #24287 from KangZhiDong/master
Closes gh-24287
2 parents 03ea92d + 510ef1a commit 92a2839

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/parsing/ParseState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-beans/src/main/java/org/springframework/beans/factory/parsing/ReaderContext.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2017 the original author or authors.
2+
* Copyright 2002-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -152,14 +152,14 @@ public void warning(String message, @Nullable Object source, @Nullable ParseStat
152152
// Explicit parse events
153153

154154
/**
155-
* Fire an defaults-registered event.
155+
* Fire a defaults-registered event.
156156
*/
157157
public void fireDefaultsRegistered(DefaultsDefinition defaultsDefinition) {
158158
this.eventListener.defaultsRegistered(defaultsDefinition);
159159
}
160160

161161
/**
162-
* Fire an component-registered event.
162+
* Fire a component-registered event.
163163
*/
164164
public void fireComponentRegistered(ComponentDefinition componentDefinition) {
165165
this.eventListener.componentRegistered(componentDefinition);

0 commit comments

Comments
 (0)