Revision 37297 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/FeatureStore.java

View differences:

FeatureStore.java
164 164
     * <em>
165 165
     * <strong>NOTE:</strong> if you use this method to get a 
166 166
     * {@link FeatureSet}, you  must get sure it is disposed 
167
	 * (@see {@link DisposableIterator#dispose()}) in any case, even if an 
168
	 * error occurs while getting the data. It is recommended to use the 
169
	 * <code>accept</code> methods instead, which handle everything for you. 
170
	 * Take into account the accept methods may use a fast iterator to 
171
	 * get the features.
172
	 * </em>
167
     * (@see {@link DisposableIterator#dispose()}) in any case, even if an 
168
     * error occurs while getting the data. It is recommended to use the 
169
     * <code>accept</code> methods instead, which handle everything for you. 
170
     * Take into account the accept methods may use a fast iterator to 
171
     * get the features.
172
     * </em>
173 173
     * </p>
174 174
     * 
175 175
     * @see #accept(org.gvsig.tools.visitor.Visitor)
......
187 187
     * <em>
188 188
     * <strong>NOTE:</strong> if you use this method to get a 
189 189
     * {@link FeatureSet}, you  must get sure it is disposed 
190
	 * (@see {@link DisposableIterator#dispose()}) in any case, even if an 
191
	 * error occurs while getting the data. It is recommended to use the 
192
	 * <code>accept</code> methods instead, which handle everything for you. 
193
	 * Take into account the accept methods may use a fast iterator to 
194
	 * get the features.
195
	 * </em>
190
     * (@see {@link DisposableIterator#dispose()}) in any case, even if an 
191
     * error occurs while getting the data. It is recommended to use the 
192
     * <code>accept</code> methods instead, which handle everything for you. 
193
     * Take into account the accept methods may use a fast iterator to 
194
     * get the features.
195
     * </em>
196 196
     * </p>
197 197
     * 
198 198
     * @see #accept(org.gvsig.tools.visitor.Visitor,

Also available in: Unified diff