You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/06/02 12:47:21 UTC

[2/8] flink git commit: [hotfix] Remove Category marker interface New from flink-test-utils-junit

[hotfix] Remove Category marker interface New from flink-test-utils-junit


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/ae0bc11b
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/ae0bc11b
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/ae0bc11b

Branch: refs/heads/master
Commit: ae0bc11b1f5f41dc2a577958b0019a1e808fce2f
Parents: bc8921d
Author: Till Rohrmann <tr...@apache.org>
Authored: Wed May 30 15:49:35 2018 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Sat Jun 2 14:45:21 2018 +0200

----------------------------------------------------------------------
 .../apache/flink/testutils/category/New.java    | 25 --------------------
 1 file changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/ae0bc11b/flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/testutils/category/New.java
----------------------------------------------------------------------
diff --git a/flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/testutils/category/New.java b/flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/testutils/category/New.java
deleted file mode 100644
index 2f8fd44..0000000
--- a/flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/testutils/category/New.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * 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.testutils.category;
-
-/**
- * Category marker interface for tests based on the new architecture.
- */
-public interface New {
-}