Changeset 612:5ca1f09c519f
- Timestamp:
- 10/01/09 14:01:37 (4 years ago)
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@613
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
src/org/w3c/unicorn/input/UploadInputParameter.java
r423 r612 46 46 return EnumInputMethod.UPLOAD; 47 47 } 48 49 @Override 50 public void dispose() { 51 super.dispose(); 52 if (null != this.file) { 53 this.file.delete(); 54 this.file = null; 55 } 56 } 48 57 49 58 }
