You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2010/08/09 17:44:20 UTC

svn commit: r983688 - /uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/utils/BaseTestSupport.java

Author: cwiklik
Date: Mon Aug  9 15:44:20 2010
New Revision: 983688

URL: http://svn.apache.org/viewvc?rev=983688&view=rev
Log:
UIMA-1855 removed unused variable

Modified:
    uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/utils/BaseTestSupport.java

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/utils/BaseTestSupport.java
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/utils/BaseTestSupport.java?rev=983688&r1=983687&r2=983688&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/utils/BaseTestSupport.java (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/utils/BaseTestSupport.java Mon Aug  9 15:44:20 2010
@@ -872,9 +872,6 @@ public abstract class BaseTestSupport ex
 
   public class SimpleCallbackListener extends UimaAsTestCallbackListener {
 
-    private String casSent = null;
-
-
     /**
      * Callback method which is called by Uima EE client when a reply to process CAS is received.
      * The reply contains either the CAS or an exception that occurred while processing the CAS.