mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Added documentation for helper UrlBuilder class
This commit is contained in:
parent
44890bee3d
commit
f01b0aa840
1 changed files with 0 additions and 21 deletions
|
|
@ -164,27 +164,6 @@ public class APICalls {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
private class Category {
|
|
||||||
private Category [] categories;
|
|
||||||
private int ns;
|
|
||||||
private String title;
|
|
||||||
|
|
||||||
public Category(Object categoryobj) {
|
|
||||||
//TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
public String toString() {
|
|
||||||
StringBuilder builder = new StringBuilder("categories=");
|
|
||||||
for (Category category: categories) {
|
|
||||||
builder.append(category.toString());
|
|
||||||
builder.append("\n");
|
|
||||||
}
|
|
||||||
builder.replace(builder.length() - 1, builder.length(), "");
|
|
||||||
return builder.toString();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue