Changeset 23283


Ignore:
Timestamp:
2010-11-03T17:27:49+13:00 (13 years ago)
Author:
sjm84
Message:

Cosmetic change. Missing space in informative message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/util/Utility.java

    r23143 r23283  
    478478    if(!propFile.exists()) {
    479479        System.err.println("*** Unable to update property " + propertyName + " in file "
    480                 + filename + "to\n" + propertyValue + ". File does not exist.\n");
     480                + filename + " to\n" + propertyValue + ". File does not (yet) exist.\n");
    481481        return oldValue;
    482482    }   
Note: See TracChangeset for help on using the changeset viewer.