Revision 39209 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/undo/command/SelectionCommandSelect.java

View differences:

SelectionCommandSelect.java
57 57
	}
58 58

  
59 59
	public int getType() {
60
        return select ? INSERT : DELETE;
60
        return UPDATE; // select ? INSERT : DELETE;
61 61
	}
62 62
	
63 63
	public void undo() throws UndoException {

Also available in: Unified diff