Author: jleroux
Date: Sat Jun 10 19:42:08 2017
New Revision: 1798335
URL:
http://svn.apache.org/viewvc?rev=1798335&view=revLog:
No functional change, removes an useless EntityListIterator initialisation
Modified:
ofbiz/ofbiz-framework/trunk/applications/party/src/main/java/org/apache/ofbiz/party/communication/CommunicationEventServices.java
Modified: ofbiz/ofbiz-framework/trunk/applications/party/src/main/java/org/apache/ofbiz/party/communication/CommunicationEventServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/party/src/main/java/org/apache/ofbiz/party/communication/CommunicationEventServices.java?rev=1798335&r1=1798334&r2=1798335&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/party/src/main/java/org/apache/ofbiz/party/communication/CommunicationEventServices.java (original)
+++ ofbiz/ofbiz-framework/trunk/applications/party/src/main/java/org/apache/ofbiz/party/communication/CommunicationEventServices.java Sat Jun 10 19:42:08 2017
@@ -282,7 +282,6 @@ public class CommunicationEventServices
String communicationEventId = (String) context.get("communicationEventId");
// Any exceptions thrown in this block will cause the service to return error
- EntityListIterator eli = null;
try {
GenericValue communicationEvent = EntityQuery.use(delegator).from("CommunicationEvent").where("communicationEventId", communicationEventId).queryOne();