Fixup for PathMap generics

Remove dup returns
This commit is contained in:
zzz
2017-03-01 16:41:19 +00:00
parent 8bfb3649dd
commit 3631efa567
2 changed files with 2 additions and 4 deletions

View File

@@ -327,7 +327,6 @@ public class WorkingDir {
} catch (IOException ioe) {
if (in != null) {
System.err.println("FAILED copy " + oldFile + ": " + ioe);
return false;
}
return false;
} finally {
@@ -365,7 +364,6 @@ public class WorkingDir {
} catch (IOException ioe) {
if (in != null) {
System.err.println("FAILED copy " + oldFile + ": " + ioe);
return false;
}
return false;
} finally {