Skip to content

Commit

Permalink
Remove unneeded annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangl committed Nov 13, 2022
1 parent 3b2e3fa commit f40d6b7
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

package com.hyperdevs.poeditor.gradle.network.api

import com.squareup.moshi.Json
import java.lang.IllegalArgumentException
import java.util.Date

Expand Down Expand Up @@ -108,21 +107,13 @@ enum class ExportType {
* Filter types to use in file exports.
*/
enum class FilterType {
@Json(name = "translated")
TRANSLATED,
@Json(name = "untranslated")
UNTRANSLATED,
@Json(name = "fuzzy")
FUZZY,
@Json(name = "not_fuzzy")
NOT_FUZZY,
@Json(name = "automatic")
AUTOMATIC,
@Json(name = "not_automatic")
NOT_AUTOMATIC,
@Json(name = "proofread")
PROOFREAD,
@Json(name = "not_proofread")
NOT_PROOFREAD;

companion object {
Expand Down

0 comments on commit f40d6b7

Please sign in to comment.