}
/* If the props file name wasn't passed on the command line
* and instanced in AppContext above, this will attempt to load
* the default filename initialized in the AppContext
*/
if (!context.loadProperties()) {
// System.err.println("Warning: Could not load properties file " + context.getPropertiesFileName());
/* Not necessarily an error, e.g., first time Antidote has run */
/* Anyway, this is fairly well handled in AppContext already */
}
}