Fix calculation of project size.
[jSite.git] / src / de / todesbaum / util / io / TempFileInputStream.java
index 4213deb..43e2047 100644 (file)
@@ -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();