Contents json parsing fix
This commit is contained in:
parent
60c3cae47d
commit
e2a0fbf1fa
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ public class WikivoyageJsonParser {
|
||||||
private static final String HEADERS = "headers";
|
private static final String HEADERS = "headers";
|
||||||
private static final String SUBHEADERS = "subheaders";
|
private static final String SUBHEADERS = "subheaders";
|
||||||
private static final String LINK = "link";
|
private static final String LINK = "link";
|
||||||
public static final int TITLE_INDEX = 0;
|
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
public static WikivoyageContentItem parseJsonContents(String contentsJson) {
|
public static WikivoyageContentItem parseJsonContents(String contentsJson) {
|
||||||
|
|
Loading…
Reference in a new issue