Revision 42488 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/test/java/org/gvsig/fmap/dal/feature/impl/JoinTransform.java

View differences:

JoinTransform.java
181 181

  
182 182
			// In this join implementation, we will take only the first matching
183 183
			// feature found in store2
184
			it = set.iterator();
184
			it = set.fastIterator();
185 185
			if (it.hasNext()) {
186 186
				Feature feat = (Feature) it.next();
187 187

  

Also available in: Unified diff