master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
4 changed files with 13 additions and 16 deletions
Showing only changes of commit 8eb70e6657 - Show all commits

View File

@ -15,8 +15,6 @@ import org.jetbrains.annotations.NotNull;
*/
public class QueryCommunityAPI {
private static String get(String geturl) throws IOException {
URL url = new URL(geturl);
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
@ -48,7 +46,6 @@ public class QueryCommunityAPI {
return get(baseURL + id + "/contentproviders");
}
public static String communityPropagationOrganization(String id, String baseURL) throws IOException {