Revision 1240 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/shp/DemoSHPDriver.java

View differences:

DemoSHPDriver.java
90 90
	 */
91 91
	public void close() throws IOException {
92 92
		IOException ret = null;
93

  
93
		bb = null;
94 94
		try {
95 95
			channel.close();
96 96
		} catch (IOException e) {

Also available in: Unified diff