Repository: incubator-tamaya Updated Branches: refs/heads/master cf12cc1bc -> f49c824d3
[TAMAYA-164] Removed empty source file. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/f49c824d Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/f49c824d Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/f49c824d Branch: refs/heads/master Commit: f49c824d35f84ad1a34f935fd1dd302dc6ff5901 Parents: cf12cc1 Author: Oliver B. Fischer <[email protected]> Authored: Thu Nov 24 21:22:35 2016 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Thu Nov 24 21:22:35 2016 +0100 ---------------------------------------------------------------------- .../java/org/apache/tamaya/BannerPrinter.java | 21 -------------------- 1 file changed, 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/f49c824d/code/api/src/main/java/org/apache/tamaya/BannerPrinter.java ---------------------------------------------------------------------- diff --git a/code/api/src/main/java/org/apache/tamaya/BannerPrinter.java b/code/api/src/main/java/org/apache/tamaya/BannerPrinter.java deleted file mode 100644 index 2f74836..0000000 --- a/code/api/src/main/java/org/apache/tamaya/BannerPrinter.java +++ /dev/null @@ -1,21 +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.tamaya; - -
