add override
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package org.jetbrains.java.decompiler.main.decompiler;
|
||||
|
||||
import org.jetbrains.java.decompiler.main.extern.IFernflowerLogger;
|
||||
@@ -71,6 +71,7 @@ public class PrintStreamLogger extends IFernflowerLogger {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void endMethod() {
|
||||
if (accepts(Severity.INFO)) {
|
||||
--indent;
|
||||
|
||||
Reference in New Issue
Block a user