Polishing

This commit is contained in:
Juergen Hoeller
2020-08-27 16:28:59 +02:00
parent eb483d1028
commit 3a9896b849
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ public class BeanEntry implements ParseState.Entry {
this.beanDefinitionName = beanDefinitionName;
}
@Override
public String toString() {
return "Bean '" + this.beanDefinitionName + "'";

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2018 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.