}
// Copy the default property file into the data directory
URL url = DownloadServiceConfigurationWatcher.class
.getResource(DEFAULT_PROPERTY_PATH);
if (url != null) {
properties = loader.createFile(PROPERTYFILENAME);
loader.copyFromClassPath(DEFAULT_PROPERTY_PATH, properties,
DownloadServiceConfigurationWatcher.class);
}
} catch (IOException e) {
if (LOGGER.isLoggable(Level.WARNING)) {