ch-commons-io/src/main/java/com/cloudhopper/commons/io/SimpleNIOFileStore.java [77:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	} catch (IOException e) {
	    throw new FileStoreException(e);
	} finally {
	    try {
		if (fileChannel != null) fileChannel.close();
	    } catch (Exception e) {}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ch-commons-io/src/main/java/com/cloudhopper/commons/io/SimpleNIOFileStore.java [125:130]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	} catch (IOException e) {
	    throw new FileStoreException(e);
	} finally {
	    try {
		if (fileChannel != null) fileChannel.close();
	    } catch (Exception e) {}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



