Project

General

Profile

« Previous | Next » 

Revision 4c980025

Added by Andreas Müller over 1 year ago

ref #10186 further remove ConversationHolder from TaxEditor code and some cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/CdmStoreConnector.java
161 161
                            CdmProgressMonitorAdapter subprogressMonitor = CdmProgressMonitorAdapter
162 162
                                    .CreateSubMonitor(monitor, 3);
163 163
                            // genrerate new application controller
164
                            applicationController = getApplicationController(cdmSource,subprogressMonitor);
164
                            applicationController = getApplicationController(cdmSource, subprogressMonitor);
165 165
                        }
166 166

  
167 167
                        if (!monitor.isCanceled()) {
......
175 175
                                    //loginDialog.onComplete();
176 176
                                    CdmStore.getContextManager().notifyContextStart();
177 177
                                    loginDialog.onComplete();
178
                                    //TODO AM: is this necessary to be done on display thread? 
178
                                    //TODO AM: is this necessary to be done on display thread?
179 179
                                    new TermLoader().unloadAllTerms();
180 180
                                    Rank.initDefaultTerms();
181 181
                                    NomenclaturalStatusType.initDefaultTerms();

Also available in: Unified diff