Skip to content

Commit

Permalink
Remove not used code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lambovg committed Jun 9, 2018
1 parent 8834dc0 commit af5a4b1
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,12 @@ public YahooChart getChart() {
}

public static class Result {
private Meta meta;
private Indicators indicators;

public Indicators getIndicators() {
return indicators;
}

public Meta getMeta() {
return meta;
}

public static class Meta {
private String currency;

public String getCurrency() {
return currency;
}
}

public static class Indicators {
private List<AdjClose> adjclose;

Expand Down

0 comments on commit af5a4b1

Please sign in to comment.