mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Supress sout warning moved to log method.
This commit is contained in:
@@ -53,7 +53,6 @@ import java.util.List;
|
||||
* <li>error output is logged to the console and log, if the command is not silent.
|
||||
* </p>
|
||||
*/
|
||||
@SuppressWarnings("UseOfSystemOutOrSystemErr")
|
||||
public final class HgCommandExecutor {
|
||||
|
||||
private static final Logger LOG = Logger.getInstance(HgCommandExecutor.class.getName());
|
||||
@@ -220,6 +219,7 @@ public final class HgCommandExecutor {
|
||||
}
|
||||
|
||||
// logging to the Version Control console (without extensions and configs)
|
||||
@SuppressWarnings("UseOfSystemOutOrSystemErr")
|
||||
private void log(@NotNull String operation, @Nullable List<String> arguments, @NotNull HgCommandResult result) {
|
||||
if (myProject.isDisposed()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user