package org.openntf.domino.rest.resources.graph; import org.openntf.domino.rest.resources.AbstractCollectionResource; import org.openntf.domino.rest.service.ODAGraphService; public class GraphCollectionResource extends AbstractCollectionResource { public GraphCollectionResource(ODAGraphService service) { super(service); // TODO Auto-generated constructor stub } }