Project

General

Profile

« Previous | Next » 

Revision 5b799d10

Added by Patrick Plitzner about 6 years ago

ref #7095 minor performance tweak when setting values

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/SpecimenColumnPropertyAccessor.java
75 75
            for (DescriptionElementBase descriptionElementBase : elements) {
76 76
                if(descriptionElementBase.getFeature().equals(feature)){
77 77
                    setDescriptionElement(descriptionElementBase, feature, newValue);
78
                    return;
78 79
                }
79 80
            }
80 81
        }

Also available in: Unified diff