X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Fio%2FTempFileInputStream.java;h=43e2047d54c3cab2d29e65411138113bfbf83ed7;hb=e47e15fdbb7515f5a3757c3f5df8c1d0950aee8e;hp=4213debcba62fb39964b651bd24aa4e3f1aa96d3;hpb=bbfa208695e2a7f1bb555f841623945767f296e7;p=jSite.git diff --git a/src/de/todesbaum/util/io/TempFileInputStream.java b/src/de/todesbaum/util/io/TempFileInputStream.java index 4213deb..43e2047 100644 --- a/src/de/todesbaum/util/io/TempFileInputStream.java +++ b/src/de/todesbaum/util/io/TempFileInputStream.java @@ -1,6 +1,5 @@ /* - * todesbaum-lib - - * Copyright (C) 2006 David Roden + * jSite - TempFileInputStream.java - Copyright © 2006–2012 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -49,6 +48,7 @@ public class TempFileInputStream extends FileInputStream { tempFile = file; } + @Override public void close() throws IOException { super.close(); tempFile.delete();