Revision 623:66f69a7348ed src/gr/ebs/gss/client/commands/CutCommand.java

b/src/gr/ebs/gss/client/commands/CutCommand.java
43 43
	public CutCommand( PopupPanel _containerPanel ){
44 44
		containerPanel = _containerPanel;
45 45
	}
46
	/* (non-Javadoc)
47
	 * @see com.google.gwt.user.client.Command#execute()
48
	 */
46

  
47
	@Override
49 48
	public void execute() {
50 49
		containerPanel.hide();
51 50
		Object selection = GSS.get().getCurrentSelection();

Also available in: Unified diff