From e8d4ec4590ea305683bd27132f7ec2b0076e538e Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Wed, 6 Dec 2017 11:02:43 +0100 Subject: [PATCH] =?UTF-8?q?migrate=20AppletConfiguration=20and=20BndRunCon?= =?UTF-8?q?figuration=20to=20BaseState=20=E2=80=94=20part=204,=20fix=20tes?= =?UTF-8?q?ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/intellij/execution/applet/AppletConfiguration.java | 6 ++++-- .../execution/configurations/RunConfigurationBase.java | 4 ---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/java/execution/impl/src/com/intellij/execution/applet/AppletConfiguration.java b/java/execution/impl/src/com/intellij/execution/applet/AppletConfiguration.java index 7c31e1419f79..a97b70a26078 100644 --- a/java/execution/impl/src/com/intellij/execution/applet/AppletConfiguration.java +++ b/java/execution/impl/src/com/intellij/execution/applet/AppletConfiguration.java @@ -1,4 +1,6 @@ -// 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-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. + */ package com.intellij.execution.applet; import com.intellij.execution.*; @@ -171,7 +173,7 @@ public class AppletConfiguration extends ModuleBasedConfiguration