Skip to content

Commit

Permalink
ajust httpCommunication
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichi10 committed Aug 30, 2015
1 parent 95da712 commit 7406d6e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ public void setPostParameter(String key1, String key2){
}

//try to do get
public String Get(){
String str = "";
public void Get(){
new Thread(new Runnable() {
@Override
public void run() {
Expand Down

0 comments on commit 7406d6e

Please sign in to comment.