Revision 40767 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/undo/command/SelectionCommandSelectAll.java

View differences:

SelectionCommandSelectAll.java
21 21
 * For any additional information, do not hesitate to contact us
22 22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
23 23
 */
24
/*
25
 * AUTHORS (In addition to CIT):
26
 * 2008 {DiSiD Technologies}  {Implement data selection}
27
 */
28 24
package org.gvsig.fmap.dal.feature.impl.undo.command;
29 25

  
30 26
import org.gvsig.fmap.dal.feature.exception.SelectionStateException;
......
85 81
            throw new RedoException(this, ex);
86 82
        }
87 83
    }
88
}
84
}

Also available in: Unified diff