You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2020/02/24 16:52:45 UTC

[jspwiki] 03/38: inherit javadoc

This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit 6039095f457ff666bc37170b1378be93f6c8f20a
Author: juanpablo <ju...@apache.org>
AuthorDate: Wed Feb 19 20:36:55 2020 +0100

    inherit javadoc
---
 .../java/org/apache/wiki/attachment/DefaultAttachmentManager.java  | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/jspwiki-main/src/main/java/org/apache/wiki/attachment/DefaultAttachmentManager.java b/jspwiki-main/src/main/java/org/apache/wiki/attachment/DefaultAttachmentManager.java
index 4ac6c5d..688c3e0 100644
--- a/jspwiki-main/src/main/java/org/apache/wiki/attachment/DefaultAttachmentManager.java
+++ b/jspwiki-main/src/main/java/org/apache/wiki/attachment/DefaultAttachmentManager.java
@@ -47,10 +47,9 @@ import java.util.Properties;
 
 
 /**
- *  Provides facilities for handling attachments.  All attachment handling goes through this class.
- *  <p>
- *  The AttachmentManager provides a facade towards the current WikiAttachmentProvider that is in use.
- *  It is created by the WikiEngine as a singleton object, and can be requested through the WikiEngine.
+ *  Default implementation for {@link AttachmentManager}
+ *
+ * {@inheritDoc}
  *
  *  @since 1.9.28
  */