This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new d002086 Drop basically empty file d002086 is described below commit d002086cb4e4fec49ce69b230cd708cbda96c6fb Author: Sebb <s...@apache.org> AuthorDate: Sat Aug 8 22:47:44 2020 +0100 Drop basically empty file It causes unnecesary re-compilation as Maven cannot find its class file --- .../apache/commons/io/input/buffer/package-info.java | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/main/java/org/apache/commons/io/input/buffer/package-info.java b/src/main/java/org/apache/commons/io/input/buffer/package-info.java deleted file mode 100644 index 06dc565..0000000 --- a/src/main/java/org/apache/commons/io/input/buffer/package-info.java +++ /dev/null @@ -1,17 +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.commons.io.input.buffer;