/* (non-Javadoc)
  * @see org.eclipse.jdt.internal.ui.preferences.cleanup.IProfileVersioner#updateAndComplete(org.eclipse.jdt.internal.ui.preferences.cleanup.ProfileManager.CustomProfile)
  */
 public void update(CustomProfile profile) {
   final Map oldSettings = profile.getSettings();
   Map newSettings = updateAndComplete(oldSettings, profile.getVersion());
   profile.setVersion(CURRENT_VERSION);
   profile.setSettings(newSettings);
 }