Spring cleaning: avoid unnecessary super() invocations
This commit is contained in:
@@ -96,7 +96,6 @@ public class GenericWebApplicationContext extends GenericApplicationContext
|
||||
* @see #refresh
|
||||
*/
|
||||
public GenericWebApplicationContext() {
|
||||
super();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user