jacopoc commented on code in PR #923:
URL: https://github.com/apache/ofbiz-framework/pull/923#discussion_r2556242375
##########
framework/entity/src/main/java/org/apache/ofbiz/entity/Delegator.java:
##########
@@ -43,15 +43,18 @@
import org.apache.ofbiz.entity.util.EntityFindOptions;
import org.apache.ofbiz.entity.util.EntityListIterator;
import org.apache.ofbiz.entity.util.EntityStoreOptions;
+import org.apache.ofbiz.entity.util.Queryable;
import org.apache.ofbiz.entity.util.SequenceUtil;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.xml.sax.SAXException;
-public interface Delegator {
+public interface Delegator extends Queryable {
enum OperationType { INSERT, UPDATE, DELETE }
+ Delegator getDelegator();
Review Comment:
This declaration is not required since it is an inherited method.
--
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]