[FLINK-8763] [quickstarts] Remove obsolete Dummy.java classes from quickstart projects.
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/d0524890 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/d0524890 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/d0524890 Branch: refs/heads/master Commit: d05248900b433735db05da57de3d0e837300077c Parents: 78bf90d Author: Stephan Ewen <[email protected]> Authored: Wed Feb 21 20:40:25 2018 +0100 Committer: Stephan Ewen <[email protected]> Committed: Mon Feb 26 12:25:11 2018 +0100 ---------------------------------------------------------------------- .../java/org/apache/flink/quickstart/Dummy.java | 27 -------------------- .../java/org/apache/flink/quickstart/Dummy.java | 27 -------------------- 2 files changed, 54 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/d0524890/flink-quickstart/flink-quickstart-java/src/main/java/org/apache/flink/quickstart/Dummy.java ---------------------------------------------------------------------- diff --git a/flink-quickstart/flink-quickstart-java/src/main/java/org/apache/flink/quickstart/Dummy.java b/flink-quickstart/flink-quickstart-java/src/main/java/org/apache/flink/quickstart/Dummy.java deleted file mode 100644 index b590d76..0000000 --- a/flink-quickstart/flink-quickstart-java/src/main/java/org/apache/flink/quickstart/Dummy.java +++ /dev/null @@ -1,27 +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.quickstart; - -/** - * This class solely exists to generate - * javadocs for the "quickstart-java" project. - **/ -public class Dummy { - // -} http://git-wip-us.apache.org/repos/asf/flink/blob/d0524890/flink-quickstart/flink-quickstart-scala/src/main/java/org/apache/flink/quickstart/Dummy.java ---------------------------------------------------------------------- diff --git a/flink-quickstart/flink-quickstart-scala/src/main/java/org/apache/flink/quickstart/Dummy.java b/flink-quickstart/flink-quickstart-scala/src/main/java/org/apache/flink/quickstart/Dummy.java deleted file mode 100644 index b590d76..0000000 --- a/flink-quickstart/flink-quickstart-scala/src/main/java/org/apache/flink/quickstart/Dummy.java +++ /dev/null @@ -1,27 +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.quickstart; - -/** - * This class solely exists to generate - * javadocs for the "quickstart-java" project. - **/ -public class Dummy { - // -}
