Revision 38450

View differences:

branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeatureStore.java
690 690

  
691 691
    public FeatureLocks getLocks() throws DataException {
692 692
        if (!this.provider.isLocksSupported()) {
693
            LOG.warn("Locks not supporteds");
693
            LOG.warn("Locks not supported");
694 694
            return null;
695 695
        }
696 696
        if (locks == null) {

Also available in: Unified diff