properties.setProperty(PASSWORD, encrypted);
}
private void storeProperties() {
try {
new PropertiesSaver(properties).save(file, "");
} catch (Exception ex) {
ErrorLog.log(getClass(), "Failed to store local information about the Jitterbit server: " +
ex.getMessage(), ex);
}
}