Changeset 641 for trunk/quest-plugin-mfc
- Timestamp:
- 08/27/12 16:58:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/LogPreprocessor.java
r639 r641 126 126 File folder = new File(path); 127 127 if (!folder.isDirectory()) { 128 targetFile.close(); 128 129 throw new IOException(path + " is not a directory"); 129 130 }
Note: See TracChangeset
for help on using the changeset viewer.