Revision: 16282
          http://gate.svn.sourceforge.net/gate/?rev=16282&view=rev
Author:   johann_p
Date:     2012-11-15 18:36:47 +0000 (Thu, 15 Nov 2012)
Log Message:
-----------
Remove unused protected field endPhaseSupported and a comment that
does not apply any more.

Modified Paths:
--------------
    gate/trunk/src/gate/jape/DefaultActionContext.java

Modified: gate/trunk/src/gate/jape/DefaultActionContext.java
===================================================================
--- gate/trunk/src/gate/jape/DefaultActionContext.java  2012-11-15 17:58:08 UTC 
(rev 16281)
+++ gate/trunk/src/gate/jape/DefaultActionContext.java  2012-11-15 18:36:47 UTC 
(rev 16282)
@@ -33,7 +33,6 @@
   protected FeatureMap prfeatures;
   protected String prname;
   protected Controller controller;
-  protected boolean endPhaseSupported;
   protected boolean phaseEnded = false;
   protected ProcessingResource pr;
 
@@ -76,10 +75,6 @@
 
   public boolean endPhase() {
     phaseEnded = true;
-    // all transducers using this ActionContext implementation support
-    // ending a phase. If another implementation does not support it,
-    // use a different ActionContext implementation (e.g. a subclass of this)
-    // or change the way singalling this is implemented.
     return true;
   }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to