Skip to content

Commit 60197fc

Browse files
linux-chinaOlegDokuka
authored andcommitted
Fix IMAGE_GIG naming error (#710)
Signed-off-by: linux_china <[email protected]>
1 parent 7159ada commit 60197fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsocket-core/src/main/java/io/rsocket/metadata/WellKnownMimeType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public enum WellKnownMimeType {
5050
AUDIO_OPUS("audio/opus", (byte) 0x12),
5151
AUDIO_VORBIS("audio/vorbis", (byte) 0x13),
5252
IMAGE_BMP("image/bmp", (byte) 0x14),
53-
IMAGE_GIG("image/gif", (byte) 0x15),
53+
IMAGE_GIF("image/gif", (byte) 0x15),
5454
IMAGE_HEIC_SEQUENCE("image/heic-sequence", (byte) 0x16),
5555
IMAGE_HEIC("image/heic", (byte) 0x17),
5656
IMAGE_HEIF_SEQUENCE("image/heif-sequence", (byte) 0x18),

0 commit comments

Comments
 (0)