Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
  • Loading branch information
nknize committed Jul 27, 2023
1 parent cc33001 commit ef2a6b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*
* @opensearch.internal
*/
public final class MediaTypeParserRegistry {
public final class MediaTypeRegistry {
private static Map<String, MediaType> formatToMediaType = Map.of();
private static Map<String, MediaType> typeWithSubtypeToMediaType = Map.of();

Expand Down

0 comments on commit ef2a6b0

Please sign in to comment.