CommentsResource.java 619 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.api.resource.Resource
 */
package com.adobe.granite.rest.assets.impl;

import com.adobe.granite.rest.assets.impl.AbstractAssetResource;
import org.apache.sling.api.resource.Resource;

public class CommentsResource
extends AbstractAssetResource {
    public static final String RESOURCE_TYPE = "granite/rest/assets/comments";

    public CommentsResource(Resource resource, String path) {
        super(resource, path);
    }

    public String getResourceType() {
        return "granite/rest/assets/comments";
    }
}