X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Fio%2FTempFileInputStream.java;h=5ebeb9b7f10a21d3def8f79194e92c7e34c8140d;hb=7dee6ec51d770004481ef6f4eab96e8f03fe0af9;hp=ba861519a27066e426fb5ad2a28c5bcdffe53cce;hpb=17fe2ad5260914ca122e280b09ffc2a7a6b76e7e;p=jSite.git diff --git a/src/de/todesbaum/util/io/TempFileInputStream.java b/src/de/todesbaum/util/io/TempFileInputStream.java index ba86151..5ebeb9b 100644 --- a/src/de/todesbaum/util/io/TempFileInputStream.java +++ b/src/de/todesbaum/util/io/TempFileInputStream.java @@ -1,5 +1,5 @@ /* - * todesbaum-lib - + * todesbaum-lib - * Copyright (C) 2006 David Roden * * This program is free software; you can redistribute it and/or modify @@ -49,6 +49,7 @@ public class TempFileInputStream extends FileInputStream { tempFile = file; } + @Override public void close() throws IOException { super.close(); tempFile.delete();