Skip to content

Commit

Permalink
No need to setLastModified when we do byte comparison of launchers, r…
Browse files Browse the repository at this point in the history
…esolves issue #38
  • Loading branch information
Andreas Tolf Tolfsen committed Jan 23, 2012
1 parent 5625566 commit 83947aa
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -176,8 +176,6 @@ private static String extractLauncher(File launcherPath) {
os = new FileOutputStream(targetLauncher);

ByteStreams.copy(is, os);

targetLauncher.setLastModified(targetLauncher.lastModified());
} catch (IOException e) {
throw new WebDriverException("Cannot write file to disk: " + e.getMessage());
} finally {
Expand Down

0 comments on commit 83947aa

Please sign in to comment.