#1529 - Make WebConverters public.

This commit is contained in:
Oliver Drotbohm
2021-05-12 13:04:24 +02:00
parent b03944be91
commit d22629fd0b

View File

@@ -33,7 +33,7 @@ import com.fasterxml.jackson.databind.ObjectMapper;
*
* @author Oliver Drotbohm
*/
class WebConverters {
public class WebConverters {
private static MediaType ANY_JSON = MediaType.parseMediaType("application/*+json");