Skip to content

Commit

Permalink
Remove deprecated MimeTypes.Video.THREE_GPP
Browse files Browse the repository at this point in the history
  • Loading branch information
markwhitaker committed Jul 22, 2023
1 parent 3f019c1 commit 4fa9406
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions src/main/kotlin/MimeTypes.kt
Original file line number Diff line number Diff line change
Expand Up @@ -601,12 +601,6 @@ object MimeTypes {
*/
const val QUICKTIME = PREFIX + "quicktime"

/**
* video/3gpp
*/
@Deprecated("Replaced due to inconsistent naming", ReplaceWith("THREEGPP"))
const val THREE_GPP = PREFIX + "3gpp"

/**
* video/3gpp
*/
Expand Down
3 changes: 0 additions & 3 deletions src/test/kotlin/MimeTypesVideoTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ class MimeTypesVideoTest {
@Test
fun testVideoQuicktime() = Assert.assertEquals("video/quicktime", MimeTypes.Video.QUICKTIME)

@Test
fun testVideoThreegppDeprecatedVersion() = Assert.assertEquals("video/3gpp", MimeTypes.Video.THREE_GPP)

@Test
fun testVideoThreegpp() = Assert.assertEquals("video/3gpp", MimeTypes.Video.THREEGPP)

Expand Down

0 comments on commit 4fa9406

Please sign in to comment.