Remove this keyword on member method invocations
See gh-21007
This commit is contained in:
committed by
Stephane Nicoll
parent
f0d4192df9
commit
29717423a3
@@ -78,7 +78,7 @@ public class SpringBootExtension {
|
||||
* artifact will be the base name of the {@code bootWar} or {@code bootJar} task.
|
||||
*/
|
||||
public void buildInfo() {
|
||||
this.buildInfo(null);
|
||||
buildInfo(null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -78,7 +78,7 @@ public class BootRun extends JavaExec {
|
||||
}
|
||||
if (System.console() != null) {
|
||||
// Record that the console is available here for AnsiOutput to detect later
|
||||
this.getEnvironment().put("spring.output.ansi.console-available", true);
|
||||
getEnvironment().put("spring.output.ansi.console-available", true);
|
||||
}
|
||||
super.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user