Project

General

Profile

« Previous | Next » 

Revision 2da9ade2

Added by Andreas Kohlbecker about 7 years ago

ref #6419 renaming CdmApplicationDefaultConfiguration to CdmRepository

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/wizard/DatabasePreferencesPage.java
462 462
//           boolean allowOverride =  doGetPreferenceStore().getBoolean(IPreferenceKeys.ALLOW_OVERRIDE_NOMENCLATURAL_CODE_KEY);
463 463
//           CdmPreference pref = CdmPreference.NewDatabaseInstance( PreferencePredicate.NomenclaturalCode, value);
464 464
//           pref.setAllowOverride(allowOverride);
465
//           ICdmApplicationConfiguration controller = CdmStore.getCurrentApplicationConfiguration();
465
//           ICdmRepository controller = CdmStore.getCurrentApplicationConfiguration();
466 466
//           if (controller == null){
467 467
//               return false;
468 468
//           }

Also available in: Unified diff