blob: 262c4544582a8036e32da00806af29d6e7f781e3 [file] [log] [blame]
package org.apache.uima.fit.benchmark;
public interface RunnableWithExceptions {
void run() throws Exception;
}