Robert Munteanu created JCR-3649:
------------------------------------
Summary: FileVault - fix usage of @inheritDoc in constructor
documentation
Key: JCR-3649
URL: https://issues.apache.org/jira/browse/JCR-3649
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: jackrabbit-jcr-commons
Reporter: Robert Munteanu
Priority: Trivial
Attachments: JCR-3649-1.diff
Building filevalut results in the following javadoc warnings:
[WARNING]
/home/rmuntean/w/git/filevault/vault-diff/src/main/java/org/apache/jackrabbit/vault/util/diff/DiffWriter.java:59:
warning - Tag @inheritDoc cannot be used in constructor documentation. It can
only be used in the following types of documentation: method, inline text.
[WARNING]
/home/rmuntean/w/git/filevault/vault-diff/src/main/java/org/apache/jackrabbit/vault/util/diff/DiffWriter.java:68:
warning - Tag @inheritDoc cannot be used in constructor documentation. It can
only be used in the following types of documentation: method, inline text.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira