Skip to content

Commit 7128fd3

Browse files
committed
修改 compile -> provided
1 parent 4f43037 commit 7128fd3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/src/main/java/com/king/app/ListActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/**
1616
* @author Jenly <a href="mailto:[email protected]">Jenly</a>
17-
* @date 2016/9/18
17+
* @sine 2016/9/18
1818
*/
1919
public class ListActivity extends BaseActivity{
2020

app/src/main/java/com/king/app/MainActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/**
1818
* @author Jenly <a href="mailto:[email protected]">Jenly</a>
19-
* @date 2016/9/18
19+
* @sine 2016/9/18
2020
*/
2121
public class MainActivity extends BaseActivity{
2222

@@ -57,6 +57,7 @@ public void onRefresh(SuperSwipeRefreshLayout.Direction direction) {
5757
}
5858
});
5959

60+
6061
}
6162

6263
@Override

0 commit comments

Comments
 (0)