From 439ef44a5f94f146e99e74740ff43cad80654d44 Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Mon, 8 Feb 2016 13:12:30 +0100 Subject: [PATCH] =?UTF-8?q?IDEA-23976=20JavaCommandLineState=20=E2=80=94?= =?UTF-8?q?=20ansiColoring=20by=20default=20set=20to=20true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../application/BaseJavaApplicationCommandLineState.java | 7 +------ .../execution/configurations/JavaCommandLineState.java | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/java/execution/impl/src/com/intellij/execution/application/BaseJavaApplicationCommandLineState.java b/java/execution/impl/src/com/intellij/execution/application/BaseJavaApplicationCommandLineState.java index 7aa8c4bb4e36..8d7011cf1f69 100644 --- a/java/execution/impl/src/com/intellij/execution/application/BaseJavaApplicationCommandLineState.java +++ b/java/execution/impl/src/com/intellij/execution/application/BaseJavaApplicationCommandLineState.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2015 JetBrains s.r.o. + * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -57,11 +57,6 @@ public abstract class BaseJavaApplicationCommandLineState