Skip to content

Commit

Permalink
Add missing final declaration to OverrideMetadata.getBeanName()
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Sep 29, 2024
1 parent 5c08f81 commit ba1d01d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public final ResolvableType getBeanType() {
* matching bean of type {@link #getBeanType()}.
*/
@Nullable
public String getBeanName() {
public final String getBeanName() {
return this.beanName;
}

Expand Down

0 comments on commit ba1d01d

Please sign in to comment.