[
https://issues.apache.org/jira/browse/TAMAYA-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philipp Ottlinger updated TAMAYA-154:
-------------------------------------
Description:
In order to provide a feature-complete Javadoc it should be generated without
warnings. In order to see the warnings, run:
{code}
mvn clean javadoc:javadoc > jvdoc.txt
cat jvdoc.txt | grep warn
{code}
was:
In order to provide a feature-complete Javadoc it should be generated without
warnings. In order to see the warnings, run:
{code}
mvn clean javadoc:javadoc > jvdoc.txt
cat jvdoc.txt | grep warnings
{code}
> Fix javadoc issues before releasing 0.3
> ---------------------------------------
>
> Key: TAMAYA-154
> URL: https://issues.apache.org/jira/browse/TAMAYA-154
> Project: Tamaya
> Issue Type: Improvement
> Affects Versions: 0.3-incubating
> Reporter: Philipp Ottlinger
>
> In order to provide a feature-complete Javadoc it should be generated without
> warnings. In order to see the warnings, run:
> {code}
> mvn clean javadoc:javadoc > jvdoc.txt
> cat jvdoc.txt | grep warn
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)