mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Add missing final declaration to OverrideMetadata.getBeanName()
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ public abstract class OverrideMetadata {
|
||||
* matching bean of type {@link #getBeanType()}.
|
||||
*/
|
||||
@Nullable
|
||||
public String getBeanName() {
|
||||
public final String getBeanName() {
|
||||
return this.beanName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user