From: <pat...@us...> - 2011-02-18 03:20:10
|
Revision: 1216 http://cishell.svn.sourceforge.net/cishell/?rev=1216&view=rev Author: pataphil Date: 2011-02-18 03:20:04 +0000 (Fri, 18 Feb 2011) Log Message: ----------- * Trying to fix the build. Modified Paths: -------------- trunk/clients/gui/org.cishell.reference.gui.menumanager/src/org/cishell/reference/gui/menumanager/menu/AlgorithmAction.java Modified: trunk/clients/gui/org.cishell.reference.gui.menumanager/src/org/cishell/reference/gui/menumanager/menu/AlgorithmAction.java =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.menumanager/src/org/cishell/reference/gui/menumanager/menu/AlgorithmAction.java 2011-02-18 03:19:45 UTC (rev 1215) +++ trunk/clients/gui/org.cishell.reference.gui.menumanager/src/org/cishell/reference/gui/menumanager/menu/AlgorithmAction.java 2011-02-18 03:20:04 UTC (rev 1216) @@ -21,7 +21,6 @@ import org.cishell.app.service.datamanager.DataManagerService; import org.cishell.app.service.scheduler.SchedulerService; import org.cishell.framework.CIShellContext; -import org.cishell.framework.ServiceReferenceDelegate; import org.cishell.framework.algorithm.Algorithm; import org.cishell.framework.algorithm.AlgorithmProperty; import org.cishell.framework.data.Data; @@ -74,8 +73,8 @@ public void run() { try { - ServiceReference uniqueServiceReference = - new ServiceReferenceDelegate(this.serviceReference); + ServiceReference uniqueServiceReference = this.serviceReference; +// new ServiceReferenceDelegate(this.serviceReference); printAlgorithmInformation(uniqueServiceReference, this.ciShellContext); Algorithm algorithm = new AlgorithmWrapper( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |