Project

General

Profile

« Previous | Next » 

Revision 5889f0c3

Added by Patrick Plitzner almost 6 years ago

Add small delay to description load job

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrix.java
590 590
            }
591 591
            monitor.done();
592 592
        });
593
        job.schedule();
593
        job.schedule(1000);
594 594
    }
595 595

  
596 596
    public List<State> getSupportedStatesForCategoricalFeature(Feature feature){

Also available in: Unified diff