From commits-return-71489-archive-asf-public=cust-asf.ponee.io@commons.apache.org Sun Dec 29 15:07:20 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4BAFB18063F for ; Sun, 29 Dec 2019 16:07:20 +0100 (CET) Received: (qmail 71848 invoked by uid 500); 29 Dec 2019 15:07:19 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 71839 invoked by uid 99); 29 Dec 2019 15:07:19 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Dec 2019 15:07:19 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4B55B8D80D; Sun, 29 Dec 2019 15:07:19 +0000 (UTC) Date: Sun, 29 Dec 2019 15:07:19 +0000 To: "commits@commons.apache.org" Subject: [commons-vfs] branch master updated: Add missing package level documentation (brief.) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157763203923.8641.10148410660702218111@gitbox.apache.org> From: ggregory@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: commons-vfs X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: df4bf1c2e1cde1f632c27d6f9b860d69d1a5336c X-Git-Newrev: fb5a6daab5dae33a45cde61ed28ddfc08f1c5fe4 X-Git-Rev: fb5a6daab5dae33a45cde61ed28ddfc08f1c5fe4 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git The following commit(s) were added to refs/heads/master by this push: new fb5a6da Add missing package level documentation (brief.) fb5a6da is described below commit fb5a6daab5dae33a45cde61ed28ddfc08f1c5fe4 Author: Gary Gregory AuthorDate: Sun Dec 29 10:07:15 2019 -0500 Add missing package level documentation (brief.) --- .../java/org/apache/commons/vfs2/filter/package.html | 19 +++++++++++++++++++ .../org/apache/commons/vfs2/function/package.html | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/filter/package.html b/commons-vfs2/src/main/java/org/apache/commons/vfs2/filter/package.html new file mode 100644 index 0000000..b111a65 --- /dev/null +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/filter/package.html @@ -0,0 +1,19 @@ + + +

Implementations of org.apache.commons.vfs2.FileFilter.

+ diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/function/package.html b/commons-vfs2/src/main/java/org/apache/commons/vfs2/function/package.html new file mode 100644 index 0000000..7b78ba7 --- /dev/null +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/function/package.html @@ -0,0 +1,19 @@ + + +

Functional interface types � la java.util.function.

+