Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.2-incubating
-
None
-
None
-
trunk
commit 225aabc4648f1d1e1936cf03b00576dbecfa42fe Author: anatole <anatole@apache.org>
Description
There are some Javadoc issues, that should be addressed before forging a new release. Since I'm not a committer what's the best way to do that
- github pull request?
- patch attached to this issue?
Seen during a mvn run after checkout:
[WARNING] Javadoc Warnings [WARNING] /tmp/incubator-tamaya/modules/server/src/main/java/org/apache/tamaya/server/spi/ScopeManager.java:67: warning: no @param for target [WARNING] public static ConfigOperator getScope(String scopeId, String target) [WARNING] ^ [WARNING] /tmp/incubator-tamaya/modules/server/src/main/java/org/apache/tamaya/server/spi/ScopeProvider.java:38: warning: no @param for scopeId [WARNING] ConfigOperator getScope(String scopeId); [WARNING] ^
and many more examples.