Skip to content
Snippets Groups Projects
Commit e29c550c authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

code cleanup

parent a2d0d3a9
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ import org.fortiss.tooling.kernel.ui.util.EObjectSelectionUtils;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 9D9682E34606A50396C0A2A216829FCD
* @ConQAT.Rating GREEN Hash: CCA3B361FA6575A68F9835A18E91D559
*/
public class ActionService implements IActionService, IPersistencyServiceListener,
CommandStackListener {
......@@ -148,7 +148,6 @@ public class ActionService implements IActionService, IPersistencyServiceListene
/** {@inheritDoc} */
@Override
public void refresh() {
// EObject target = EObjectSelectionUtils.getCurrentSelectionFirstElement();
List<EObject> targets = EObjectSelectionUtils.getCurrentSelectionEObjects();
globalCopyAction.refresh(targets);
globalCutAction.refresh(targets);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment