Skip to content

Commit

Permalink
Review note aplied.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
  • Loading branch information
Tomas-Kraus committed Jun 15, 2023
1 parent 9645c59 commit 4d7e953
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public enum ParserMode {

// Relaxed media types mapping
private static final Map<String, MediaType> RELAXED_TYPES = Map.of(
"text", new MediaTypeImpl("text", "plain", "text/plain") // text -> text/plain
"text", MediaTypes.TEXT_PLAIN // text -> text/plain
);

/**
Expand Down

0 comments on commit 4d7e953

Please sign in to comment.