import org.fcrepo.server.security.xacml.util.RIRelationshipResolver;
public class TestFedoraRIAttributeFinder {
public static void main(String[] args) throws Exception {
new FedoraRIAttributeFinder(new RIRelationshipResolver(null, new HashMap<String,String>()));
}