Skip to content

Commit 2ea31e9

Browse files
committed
Temporarily withdraw image/avif from MediaType.
As in cl/728267849, there is nothing wrong with it, and we will add it in version 33.5.0. I'm removing it merely so that we can publish our next release as a _patch_ release, rather than as a _minor_ release.
1 parent f9eff73 commit 2ea31e9

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

android/guava/src/com/google/common/net/MediaType.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,6 @@ private static MediaType addKnownType(MediaType mediaType) {
252252
public static final MediaType SVG_UTF_8 = createConstantUtf8(IMAGE_TYPE, "svg+xml");
253253
public static final MediaType TIFF = createConstant(IMAGE_TYPE, "tiff");
254254

255-
/**
256-
* <a href="https://en.wikipedia.org/wiki/AVIF">AVIF image format</a>.
257-
*
258-
* @since NEXT
259-
*/
260-
public static final MediaType AVIF = createConstant(IMAGE_TYPE, "avif");
261-
262255
/**
263256
* <a href="https://en.wikipedia.org/wiki/WebP">WebP image format</a>.
264257
*

guava/src/com/google/common/net/MediaType.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,6 @@ private static MediaType addKnownType(MediaType mediaType) {
252252
public static final MediaType SVG_UTF_8 = createConstantUtf8(IMAGE_TYPE, "svg+xml");
253253
public static final MediaType TIFF = createConstant(IMAGE_TYPE, "tiff");
254254

255-
/**
256-
* <a href="https://en.wikipedia.org/wiki/AVIF">AVIF image format</a>.
257-
*
258-
* @since NEXT
259-
*/
260-
public static final MediaType AVIF = createConstant(IMAGE_TYPE, "avif");
261-
262255
/**
263256
* <a href="https://en.wikipedia.org/wiki/WebP">WebP image format</a>.
264257
*

0 commit comments

Comments
 (0)