Project

General

Profile

« Previous | Next » 

Revision 023093e5

Added by Katja Luther about 6 years ago

remove unused ProgressMonitor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/AbstractUtility.java
247 247
            // get the remoting monitor the first time to make sure that the
248 248
            // operation is valid
249 249
            final IProgressMonitorService progressMonitorService = CdmApplicationState.getCurrentAppConfig().getProgressMonitorService();
250
            final IRemotingProgressMonitor firstRemotingMonitor = progressMonitorService.getRemotingMonitor(uuid);
251
            if(firstRemotingMonitor == null) {
252
                throw new IllegalStateException("Remoting progress monitor is null");
253
            }
250
//            final IRemotingProgressMonitor firstRemotingMonitor = progressMonitorService.getRemotingMonitor(uuid);
251
//            if(firstRemotingMonitor == null) {
252
//                throw new IllegalStateException("Remoting progress monitor is null");
253
//            }
254 254

  
255 255
            Job job = new Job(label) {
256 256

  

Also available in: Unified diff