Skip to content

Commit

Permalink
1.调整包名。
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazunyang committed Aug 11, 2022
1 parent 941fabf commit fd3ba3a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cn.numeron.retrofit.timout
package cn.numeron.retrofit

import okhttp3.Interceptor
import okhttp3.Response
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cn.numeron.retrofit.url
package cn.numeron.retrofit

import okhttp3.HttpUrl
import okhttp3.HttpUrl.Companion.toHttpUrl
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cn.numeron.retrofit.url
package cn.numeron.retrofit

@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cn.numeron.retrofit.timout
package cn.numeron.retrofit

import java.util.concurrent.TimeUnit

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cn.numeron.retrofit.url
package cn.numeron.retrofit

@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
Expand Down

0 comments on commit fd3ba3a

Please sign in to comment.