Revision 2183 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/tables/FieldSelectionModel.java

View differences:

FieldSelectionModel.java
49 49

  
50 50
			for (int i = 0; i < ds.getFieldCount(); i++) {
51 51
				if (type != -1) {
52
                    System.out.println(ds.getFieldName(i) + " tipo: " + ds.getFieldType(i));
52 53
					if (ds.getFieldType(i) == type) {
53 54
						fields.add(ds.getFieldName(i));
54 55
					}

Also available in: Unified diff