void updatedFeature()

in src/main/java/org/apache/sling/featureflags/impl/FeatureManager.java [180:183]


    void updatedFeature(final Feature f, final Map<String, Object> props) {
        this.unbindFeature(f, props);
        this.bindFeature(f, props);
    }