Revision 7738 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/table/ProjectTable.java

View differences:

ProjectTable.java
170 170
//		mapping = new int[sds.getFieldCount()+1];
171 171
//		alias = new String[sds.getFieldCount()+1];
172 172
//		for (int i = 0; i < sds.getFieldCount()+1; i++) {
173
		mapping = new int[sds.getFieldCount()];
173
//		mapping = new int[sds.getFieldCount()];
174 174
		alias = new String[sds.getFieldCount()];
175 175
		for (int i = 0; i < sds.getFieldCount(); i++) {
176
			mapping[i]=i;
176
//			mapping[i]=i;
177 177
			alias[i]=sds.getFieldName(i);
178 178

  
179 179
//			if (i==0){
......
798 798
		// TODO Auto-generated method stub
799 799

  
800 800
	}
801
	
801

  
802 802
	private void setTheModel(IEditableSource es) {
803 803
		this.esModel = es;
804 804

  

Also available in: Unified diff