Changeset 3889
- Timestamp:
- Oct 29, 2007, 2:03:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/core/net/sf/basedb/plugins/AbstractFlatFileImporter.java
r3679 r3889 459 459 throw new InvalidDataException("File '"+f+"' cannot be imported by this plugin."); 460 460 } 461 fileSize = f.get Bytes();461 fileSize = f.getSize(); 462 462 in = f.getDownloadStream(0); 463 463 doImport(in, progress);
Note: See TracChangeset
for help on using the changeset viewer.