comparison src/org/tmatesoft/hg/internal/LineReader.java @ 654:12a4f60ea972

1) Console push tool. 2) Pass class to blame into FileUtils
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 03 Jul 2013 15:11:40 +0200
parents e79cf9a8130b
children
comparison
equal deleted inserted replaced
653:629a7370554c 654:12a4f60ea972
128 } 128 }
129 return paramObj; 129 return paramObj;
130 } catch (IOException ex) { 130 } catch (IOException ex) {
131 throw new HgIOException(ex.getMessage(), ex, file); 131 throw new HgIOException(ex.getMessage(), ex, file);
132 } finally { 132 } finally {
133 new FileUtils(log).closeQuietly(statusFileReader); 133 new FileUtils(log, this).closeQuietly(statusFileReader);
134 // try { 134 // try {
135 // consumer.end(file, paramObj); 135 // consumer.end(file, paramObj);
136 // } catch (IOException ex) { 136 // } catch (IOException ex) {
137 // log.warn(getClass(), ex, null); 137 // log.warn(getClass(), ex, null);
138 // } 138 // }