From b0cf96db86b40ba2737d6ecf795a7258dd048b0f Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Wed, 9 Dec 2015 17:11:27 +0100 Subject: [PATCH] Cleanup (formatting) --- .../remote/AbstractRemoteProcessHandler.java | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/platform/platform-impl/src/com/intellij/remote/AbstractRemoteProcessHandler.java b/platform/platform-impl/src/com/intellij/remote/AbstractRemoteProcessHandler.java index 1d8b452da10a..d1c529907901 100644 --- a/platform/platform-impl/src/com/intellij/remote/AbstractRemoteProcessHandler.java +++ b/platform/platform-impl/src/com/intellij/remote/AbstractRemoteProcessHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2015 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.intellij.remote; import com.intellij.execution.TaskExecutor; @@ -8,4 +23,4 @@ import com.intellij.execution.process.ProcessHandler; */ public abstract class AbstractRemoteProcessHandler extends ProcessHandler implements TaskExecutor { public abstract T getProcess(); -} +} \ No newline at end of file