bug fix of ChartRangeFilterStateRange.java#72
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
|
I have just signed the CLA. |
|
CLAs look good, thanks! |
ChartRangeFilterStateRange#getEndNumber() and ChartRangeFilterStateRange#getEndTimeOfDay() should return a double value or TimeOfDay object, respectively, but nothing will be returned due to lack of "return this.end;" statements.
8c8e841 to
60c617a
Compare
|
I have been working on new fixes for about two weeks. |
ChartRangeFilterStateRange#getEndNumber() and ChartRangeFilterStateRange#getEndTimeOfDay() should return a double value or TimeOfDay object, respectively, but nothing will be returned due to lack of "return this.end;" statements.