Revision 5889f0c3
Added by Patrick Plitzner about 5 years ago
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
Add small delay to description load job