Revision 19660

View differences:

trunk/libraries/libDataSourceBaseDrivers/src/org/gvsig/data/datastores/vectorial/driver/dbf/DBFFeatureCollection.java
210 210
							continue;
211 211
						}
212 212
					} catch (Exception e) {
213
						// TODO Auto-generated catch block
214
						e.printStackTrace();
213
						throw new RuntimeException(e);
215 214
					}
216 215
				}
217 216
			}

Also available in: Unified diff