#1531 - Make WebConverters public.

This commit is contained in:
Oliver Drotbohm
2021-05-12 13:04:24 +02:00
parent 3628331184
commit 63d4509245

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");