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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user