Skip to content

Commit 3a9896b

Browse files
committed
Polishing
1 parent eb483d1 commit 3a9896b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public BeanEntry(String beanDefinitionName) {
3535
this.beanDefinitionName = beanDefinitionName;
3636
}
3737

38+
3839
@Override
3940
public String toString() {
4041
return "Bean '" + this.beanDefinitionName + "'";

spring-context/src/test/java/org/springframework/tests/mock/jndi/SimpleNamingContext.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.

0 commit comments

Comments
 (0)