package org.openntf.domino.rest.resources.data; import org.openntf.domino.rest.resources.AbstractCollectionResource; import org.openntf.domino.rest.service.ODAGraphService; public class DataCollectionResource extends AbstractCollectionResource { public DataCollectionResource(ODAGraphService service) { super(service); } }