Skip to content

Commit 06d3961

Browse files
committed
FileNotFoundException deleted because it is not needed
1 parent c8774f1 commit 06d3961

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/main/java/net/osmtracker/gpx/ZipHelper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ public static File zipFile(Context context, long trackId, File fileGPX) {
7878
// Add the gpx file
7979
addFileToZip(fileGPX, zos);
8080
return zipFile;
81-
} catch (FileNotFoundException e) {
82-
throw new RuntimeException(e);
8381
} catch (IOException e) {
8482
throw new RuntimeException(e);
8583
}

0 commit comments

Comments
 (0)