Add German translation.
[jSite.git] / src / de / todesbaum / util / io / TempFileInputStream.java
index ba86151..5ebeb9b 100644 (file)
@@ -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();