Changeset 23283
- Timestamp:
- 2010-11-03T17:27:49+13:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/gli/src/org/greenstone/gatherer/util/Utility.java
r23143 r23283 478 478 if(!propFile.exists()) { 479 479 System.err.println("*** Unable to update property " + propertyName + " in file " 480 + filename + " to\n" + propertyValue + ". File does notexist.\n");480 + filename + " to\n" + propertyValue + ". File does not (yet) exist.\n"); 481 481 return oldValue; 482 482 }
Note:
See TracChangeset
for help on using the changeset viewer.