X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fload%2FFileCacher.java;h=a151c2e285022f48c5ffe8bbdf2c3d8433c09df0;hp=22383c6acb544f6f7e754f50e8b98eae1d645120;hb=326f489e36aa7f235bc19409a57bf4955cd50f24;hpb=8c8868ae29b3252f02e094c02307384cf61ba667 diff --git a/tim/prune/load/FileCacher.java b/tim/prune/load/FileCacher.java index 22383c6..a151c2e 100644 --- a/tim/prune/load/FileCacher.java +++ b/tim/prune/load/FileCacher.java @@ -49,7 +49,7 @@ public class FileCacher { if (currLine.indexOf('\0') >= 0) { - try {reader.close();} catch (IOException ioe2) {} + reader.close(); return; // it's a binary file, shouldn't use this cacher } if (currLine.trim().length() > 0)