Spring cleaning: avoid unnecessary super() invocations

This commit is contained in:
Sam Brannen
2024-02-23 11:56:50 +01:00
parent eb8492d597
commit 5ae6c0e8ca
6 changed files with 0 additions and 6 deletions

View File

@@ -96,7 +96,6 @@ public class GenericWebApplicationContext extends GenericApplicationContext
* @see #refresh
*/
public GenericWebApplicationContext() {
super();
}
/**