ComponentInheritanceValueMap.java
624 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.day.cq.commons.inherit.ComponentInheritanceValueMap
* com.day.cq.commons.inherit.InheritanceValueMap
* org.apache.sling.api.resource.Resource
*/
package com.adobe.cq.commerce.common;
import com.day.cq.commons.inherit.InheritanceValueMap;
import org.apache.sling.api.resource.Resource;
@Deprecated
public class ComponentInheritanceValueMap
extends com.day.cq.commons.inherit.ComponentInheritanceValueMap
implements InheritanceValueMap {
public ComponentInheritanceValueMap(Resource resource) {
super(resource);
}
}