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 2021/01/18 17:26:20 UTC

[commons-vfs] branch master updated: Remove Javadoc tag.

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 98ce415  Remove Javadoc tag.
98ce415 is described below

commit 98ce415cb7323b7a6990abc6633d3d2a97be78b1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 18 12:26:15 2021 -0500

    Remove Javadoc tag.
---
 .../java/org/apache/commons/vfs2/provider/FileContentThreadData.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/FileContentThreadData.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/FileContentThreadData.java
index c0379f5..4e60f20 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/FileContentThreadData.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/FileContentThreadData.java
@@ -52,7 +52,6 @@ class FileContentThreadData {
      * Closes the output stream.
      *
      * @throws FileSystemException if an IO error occurs.
-     * @@since 2.8.0
      */
     void closeOutputStream() throws FileSystemException {
         outputStream.close();