Remove explicit super() calls
This commit is contained in:
@@ -36,7 +36,6 @@ public class ThymeleafConfig implements WebFluxConfigurer {
|
||||
private ApplicationContext applicationContext;
|
||||
|
||||
public ThymeleafConfig(final ApplicationContext applicationContext) {
|
||||
super();
|
||||
this.applicationContext = applicationContext;
|
||||
}
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@ public class Directory extends AbstractElement {
|
||||
public static final Directory ROOT_DIRECTORY = new Directory();
|
||||
|
||||
private Directory() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Directory(String name, Directory parent) {
|
||||
|
||||
Reference in New Issue
Block a user