update to tectonic 2.0.0

This commit is contained in:
dfsek
2021-07-13 20:37:53 -07:00
parent c21038a21e
commit 19672b1083
14 changed files with 45 additions and 56 deletions

View File

@@ -11,12 +11,6 @@ import java.util.Map;
import java.util.Set;
public interface Loader {
/**
* Do something with the InputStreams.
*
* @param consumer Something to do with the streams.
*/
Loader then(ExceptionalConsumer<List<Configuration>> consumer) throws ConfigException;
Loader thenNames(ExceptionalConsumer<List<String>> consumer) throws ConfigException;