package net.minecraft.server;

import java.util.concurrent.Callable;

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