Skip to content

Commit

Permalink
Remove duplicate semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
datazuul authored and morpheus-87 committed Dec 15, 2020
1 parent a7b22d1 commit 3cc064b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private static String getMimeTypeColumn(String line) {
/** Convenience definitions for commonly used MIME types */
public static final MimeType MIME_WILDCARD = new MimeType("*", Collections.emptyList());

public static final MimeType MIME_IMAGE = knownTypes.get("image/*");;
public static final MimeType MIME_IMAGE = knownTypes.get("image/*");
public static final MimeType MIME_APPLICATION_JSON = knownTypes.get("application/json");
public static final MimeType MIME_APPLICATION_OCTET_STREAM =
knownTypes.get("application/octet-stream");
Expand Down

0 comments on commit 3cc064b

Please sign in to comment.