Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
roughike committed Aug 22, 2016
1 parent b589ddd commit aa9bac7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ private void parse() {
}
} catch (IOException | XmlPullParserException e) {
e.printStackTrace();
throw new TabParserException();
}
}

Expand Down Expand Up @@ -144,4 +145,6 @@ List<BottomBarTab> getTabs() {
return tabs;
}

private class TabParserException extends RuntimeException {
}
}

0 comments on commit aa9bac7

Please sign in to comment.