jacopoc commented on code in PR #923: URL: https://github.com/apache/ofbiz-framework/pull/923#discussion_r2556248290
########## framework/entity/src/main/java/org/apache/ofbiz/entity/util/Queryable.java: ########## @@ -0,0 +1,17 @@ +package org.apache.ofbiz.entity.util; + +import org.apache.ofbiz.entity.Delegator; + +/** + * Interface used for the <code>EntityQuery</code> to set the delegator to yse for the query. Review Comment: The Javadoc should just describe the capability of the interface without directly mentioning the classes that may use it (such as EntityQuery). There are also a few typos, such as: "yse", "easyer". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
