jacopoc commented on code in PR #923:
URL: https://github.com/apache/ofbiz-framework/pull/923#discussion_r2556255624


##########
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.
+ * Allows easyer and shorter query instructions, like calling an 
<code>EntityQuery</code> with a dispatcher.
+ */
+public interface Queryable {
+
+    /**
+     * Gets the GenericEntityDelegator associated with this dispatcher

Review Comment:
   The Javadoc is not correct as it mentions GenericEntityDelegator rather than 
Delegator and it mentions "this dispatcher" which is out of context in this 
interface.



-- 
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]

Reply via email to