mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Spring cleaning: avoid unnecessary super() invocations
This commit is contained in:
-1
@@ -96,7 +96,6 @@ public class GenericWebApplicationContext extends GenericApplicationContext
|
||||
* @see #refresh
|
||||
*/
|
||||
public GenericWebApplicationContext() {
|
||||
super();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user