Skip to content

Commit

Permalink
make DOWNLOAD_IDENTIFIER_HEADER const
Browse files Browse the repository at this point in the history
  • Loading branch information
jobinlawrance committed Oct 4, 2017
1 parent acaad67 commit aaee061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import java.io.IOException
class DownloadProgressInterceptor(val progressEventBus: ProgressEventBus) : Interceptor {

companion object {
@JvmField
val DOWNLOAD_IDENTIFIER_HEADER = "download-identifier"
const val DOWNLOAD_IDENTIFIER_HEADER = "download-identifier"
}

@Throws(IOException::class)
Expand Down

0 comments on commit aaee061

Please sign in to comment.