package net.minecraft;

import java.util.concurrent.Callable;

public interface CrashReportCallable<V> extends Callable<V> {}
