01: /*
02: * Copyright Aduna (http://www.aduna-software.com/) (c) 2007.
03: *
04: * Licensed under the Aduna BSD-style license.
05: */
06: package org.openrdf.http.webclient.repository.modify.remove;
07:
08: import org.openrdf.http.webclient.StatementSpecification;
09:
10: /**
11: * @author Herko ter Horst
12: */
13: public class RemovalSpecification extends StatementSpecification {
14:
15: }
|