/* * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. * * Licensed under the Aduna BSD-style license. */ package org.openrdf; /** * * @author Herko ter Horst */ public interface Runtime { // FIXME: this is a DUMMY for Maven to have something to compile. We'll have to find a better solution for this. }