Skip to content

Commit

Permalink
UNSUPPORTED made public so that user's can add UNSUPPORTED conversion…
Browse files Browse the repository at this point in the history
…s to block overly broad inheritance.
  • Loading branch information
jdereg committed Feb 3, 2024
1 parent e89994d commit 1f2b35f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
*/

public final class Converter {
static final Convert<?> UNSUPPORTED = Converter::unsupported;
public static final Convert<?> UNSUPPORTED = Converter::unsupported;
static final String VALUE = "_v";

private final Map<Map.Entry<Class<?>, Class<?>>, Convert<?>> factory;
Expand Down

0 comments on commit 1f2b35f

Please sign in to comment.