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;
07:
08: /**
09: *
10: * @author Herko ter Horst
11: */
12: public interface Runtime {
13: // FIXME: this is a DUMMY for Maven to have something to compile. We'll have to find a better solution for this.
14: }
|