[ https://issues.apache.org/jira/browse/OFBIZ-12742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935816#comment-17935816 ]
ASF subversion and git services commented on OFBIZ-12742: --------------------------------------------------------- Commit bd39bef2549605ecb040615903f25b45dd10d15c in ofbiz-framework's branch refs/heads/trunk from Jacques Le Roux [ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=bd39bef254 ] Improved: Fix Javadoc warnings (OFBIZ-12742) Previously: <<Slightly improves AbstractCache class. But I don't understand yet why it still claims that: AbstractCache.java:23: warning: no comment public abstract class AbstractCache { ^ AbstractCache.java:27: warning: no comment protected AbstractCache(String id) { >> This commit does not work (@inheritdoc should be used from "extenders") but makes things more clear. > Fix Javadoc warnings > -------------------- > > Key: OFBIZ-12742 > URL: https://issues.apache.org/jira/browse/OFBIZ-12742 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Affects Versions: Upcoming Branch, 22.01.01 > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Major > Fix For: Upcoming Branch > > > There is an important number of Javadoc warnings (> 100) in both trunk and > 22.01 -- This message was sent by Atlassian Jira (v8.20.10#820010)