Project

General

Profile

« Previous | Next » 

Revision 1c9d09b9

Added by Andreas Kohlbecker about 6 years ago

ref #7325 applying taxeditor changeset (98baf5f ref #6389) onto cdmlib-cache

View differences:

cdmlib-cache/src/main/java/eu/etaxonomy/cdm/cache/CacheLoader.java
142 142
            }
143 143
        }
144 144
        map.clear();
145
        for(i = 0; i < originalMapSize; i+=2 ) {
145
        for(i = 0; i < result.length; i+=2 ) {
146 146
            map.put(
147 147
                    (T)result[i],
148 148
                    (T)result[i+1]

Also available in: Unified diff