You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2019/07/26 12:02:15 UTC

[flink] 02/02: remove license to make build fast fail

This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch builds-test
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 117a85b4b34bc8e8032833cb33a8c29b025847bb
Author: Jark Wu <im...@gmail.com>
AuthorDate: Fri Jul 26 19:59:33 2019 +0800

    remove license to make build fast fail
---
 .../flink/api/common/accumulators/Accumulator.java    | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Accumulator.java b/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Accumulator.java
index bf56cfe..61e4fc8 100644
--- a/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Accumulator.java
+++ b/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Accumulator.java
@@ -1,21 +1,4 @@
-/*
- * 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.
- */
-
+// remove license to make build fast fail
 package org.apache.flink.api.common.accumulators;
 
 import org.apache.flink.annotation.Public;