mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove unnecessary final modifier
final is useless for private and static methods See gh-31916
This commit is contained in:
committed by
Stéphane Nicoll
parent
c3b5f5bf90
commit
45080e3724
+1
-1
@@ -34,7 +34,7 @@ public final class SystemProfileValueSource implements ProfileValueSource {
|
||||
/**
|
||||
* Obtain the canonical instance of this ProfileValueSource.
|
||||
*/
|
||||
public static final SystemProfileValueSource getInstance() {
|
||||
public static SystemProfileValueSource getInstance() {
|
||||
return INSTANCE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user