Skip to content

Commit cea4b49

Browse files
committed
修改注释
1 parent dcf7def commit cea4b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/shizhefei/test/models/datasource/okhttp/BooksOkHttp_AsyncDataSource.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public List<Book> parse(Response response) throws Exception {
5050
return books;
5151
}
5252
});
53-
// 下面演示正常解析
53+
// 下面演示正常请求的代码
5454
// method.executeAsync(sender, new ResponseParser<List<Book>>() {
5555
// @Override
5656
// public List<Book> parse(Response response) throws Exception {

0 commit comments

Comments
 (0)