mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
Fix silly typo in variable name...
This commit is contained in:
parent
4700cb9409
commit
d0a10b337e
@ -52,7 +52,7 @@ public class AntTask extends DefaultTask {
|
|||||||
// remove existing loggers, we add our own
|
// remove existing loggers, we add our own
|
||||||
List<BuildLogger> toRemove = new ArrayList<>();
|
List<BuildLogger> toRemove = new ArrayList<>();
|
||||||
for (BuildListener listener : ant.project.getBuildListeners()) {
|
for (BuildListener listener : ant.project.getBuildListeners()) {
|
||||||
if (l instanceof BuildLogger) {
|
if (listener instanceof BuildLogger) {
|
||||||
toRemove.add(listener);
|
toRemove.add(listener);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user