whitespace fixed
[jSite.git] / src / de / todesbaum / util / io / TempFileInputStream.java
index 0cefd79..4213deb 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
@@ -46,6 +46,7 @@ public class TempFileInputStream extends FileInputStream {
         */
        public TempFileInputStream(File file) throws FileNotFoundException {
                super(file);
+               tempFile = file;
        }
 
        public void close() throws IOException {