Author: cwiklik
Date: Mon Jul  9 17:26:29 2018
New Revision: 1835461

URL: http://svn.apache.org/viewvc?rev=1835461&view=rev
Log:
UIMA-5767 removed dead code

Modified:
    
uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java

Modified: 
uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java?rev=1835461&r1=1835460&r2=1835461&view=diff
==============================================================================
--- 
uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java
 (original)
+++ 
uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java
 Mon Jul  9 17:26:29 2018
@@ -2166,15 +2166,6 @@ public class AggregateAnalysisEngineCont
                        }
                }
 
-       if (UIMAFramework.getLogger(CLASS_NAME).isLoggable(Level.FINE)) {
-           UIMAFramework.getLogger(CLASS_NAME).logrb(
-                Level.FINE,
-                CLASS_NAME.getName(),
-                "sendReplyToRemoteClient",
-                UIMAEE_Constants.JMS_LOG_RESOURCE_BUNDLE,
-                "UIMAEE_client_dead__FINE",
-                new Object[] { getComponentName(), 
replyEndpoint.getDestination().toString(), casStateEntry.getCasReferenceId()});
-        }
        dropCAS(casStateEntry.getCasReferenceId(), true);
        // If the cache is empty change the state of the Aggregate to idle
        if (getInProcessCache().isEmpty()) {


Reply via email to