You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2014/07/26 20:13:38 UTC

[jira] [Created] (FLINK-1036) Two blank lines after license header

Ufuk Celebi created FLINK-1036:
----------------------------------

             Summary: Two blank lines after license header
                 Key: FLINK-1036
                 URL: https://issues.apache.org/jira/browse/FLINK-1036
             Project: Flink
          Issue Type: Improvement
            Reporter: Ufuk Celebi
            Priority: Trivial


I noticed that quite a few files have two blank lines after the license header since the renaming, e.g.

{code:java}
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you 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 org.apache.flink.runtime.execution;
{code}

in [RuntimeEnvironment|https://github.com/apache/incubator-flink/blob/2f3c0b9aef6b09f1b3ea755e68a4390e8656cc76/flink-runtime/src/main/java/org/apache/flink/runtime/execution/RuntimeEnvironment.java].



--
This message was sent by Atlassian JIRA
(v6.2#6252)