Bumping versions

This commit is contained in:
buildmaster
2020-12-16 11:37:21 +00:00
parent e58b52ce05
commit c060e07115

View File

@@ -55,6 +55,7 @@ public interface FallbackFactory<T> {
T create(Throwable cause);
final class Default<T> implements FallbackFactory<T> {
final Log logger;
final T constant;