File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-beans/src/main/java/org/springframework/beans Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2020 the original author or authors.
2
+ * Copyright 2002-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -138,7 +138,7 @@ public Method getWriteMethodForActualAccess() {
138
138
Set <Method > ambiguousCandidates = this .ambiguousWriteMethods ;
139
139
if (ambiguousCandidates != null ) {
140
140
this .ambiguousWriteMethods = null ;
141
- LogFactory .getLog (GenericTypeAwarePropertyDescriptor .class ).warn ( "Invalid JavaBean property '" +
141
+ LogFactory .getLog (GenericTypeAwarePropertyDescriptor .class ).debug ( "Non-unique JavaBean property '" +
142
142
getName () + "' being accessed! Ambiguous write methods found next to actually used [" +
143
143
this .writeMethod + "]: " + ambiguousCandidates );
144
144
}
You can’t perform that action at this time.
0 commit comments