Skip to content

Commit 6b6c709

Browse files
committed
Improve setUrlNotChange()'s comment
1 parent e62d9a6 commit 6b6c709

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manager/src/main/java/me/jessyan/retrofiturlmanager/RetrofitUrlManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ public void setDebug(boolean debug) {
223223
* 比如当你使用了 {@link #setGlobalDomain(String url)} 配置了全局 BaseUrl 后, 想请求一个与全局 BaseUrl
224224
* 不同的第三方服务商地址获取图片
225225
*
226-
* @param url url 全路径
227-
* @return
226+
* @param url url 路径
227+
* @return 处理后的 url 路径
228228
*/
229229
public String setUrlNotChange(String url) {
230230
return url + IDENTIFICATION_IGNORE;

0 commit comments

Comments
 (0)