You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/29 15:07:19 UTC

[commons-vfs] branch master updated: Add missing package level documentation (brief.)

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 <ga...@gmail.com>
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 @@
+<!--
+    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.
+-->
+<body>
+<p>Implementations of <code>org.apache.commons.vfs2.FileFilter</code>.</p>
+</body>
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 @@
+<!--
+    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.
+-->
+<body>
+<p>Functional interface types � la java.util.function.</p>
+</body>