Skip to content

Commit

Permalink
updat 01
Browse files Browse the repository at this point in the history
  • Loading branch information
open-android committed Nov 11, 2016
1 parent 99f57f4 commit 867f04d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ public ItHeiMaHttp addParam(String key, String value) {

public static ItHeiMaHttp httpManager;

public static ItHeiMaHttp getHttpManager() {

public static ItHeiMaHttp getInstance() {
if (httpManager == null) {
synchronized (ItHeiMaHttp.class) {
httpManager = new ItHeiMaHttp();
Expand Down

0 comments on commit 867f04d

Please sign in to comment.