Revision 39391 branches/v2_0_0_prep/extensions/extEditing/src/org/gvsig/editing/ExploitExtension.java

View differences:

ExploitExtension.java
211 211
        int subt) {
212 212
        
213 213
        List arr2_list = fact.getSupportedGeometryTypesSubtypes();
214
        
215
        if (arr2_list == null) {
216
            /*
217
             * null is a valid value, it means all supported
218
             */
219
            return true;
220
        }
214 221
        int[] item = null;
215 222
        int sz = arr2_list.size();
216 223
        for (int i=0; i<sz; i++) {

Also available in: Unified diff