Revision 24186 branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/feature/impl/commands/CommandCollection.java

View differences:

CommandCollection.java
5 5
import org.gvsig.fmap.data.feature.Command;
6 6

  
7 7
public class CommandCollection extends AbstractCommand{
8
	ArrayList commands=new ArrayList();
8
	private ArrayList commands=new ArrayList();
9

  
10
	public CommandCollection(String description){
11
		super(description);
12
	}
13

  
14

  
9 15
	public boolean isEmpty() {
10 16
		return commands.size()==0;
11 17
	}

Also available in: Unified diff