Skip to content

Commit

Permalink
remove Deprecated method : getInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
Qixingchen committed Sep 29, 2017
1 parent fef610d commit f38693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/moe/xing/getimage/RxGetImage.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public RxGetImage() {
/**
* 获取单例
*/
private static RxGetImage getInstance() {
protected static RxGetImage getInstance() {
if (sSingleton == null) {
synchronized (RxGetImage.class) {
if (sSingleton == null) {
Expand Down

0 comments on commit f38693a

Please sign in to comment.