Skip to content

Commit

Permalink
Hotfix back to remote source
Browse files Browse the repository at this point in the history
  • Loading branch information
vladholubiev committed Jan 26, 2015
1 parent bfc9de6 commit 56d1d79
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ protected String doInBackground(Void... params) {
Document mainPage = Jsoup.parse("<div id=\"content\"></div>");
try {
// mainPage = getFromLocalSource();
mainPage = getFromCustomRemoteSource();
// mainPage = getFromRemoteSource();
// mainPage = getFromCustomRemoteSource();
mainPage = getFromRemoteSource();
} catch (IOException e) {
e.printStackTrace();
}
Expand Down

0 comments on commit 56d1d79

Please sign in to comment.