Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

recurrence integer fix#419

Merged
serious6 merged 2 commits intomasterfrom
unknown repository
Aug 30, 2015
Merged

recurrence integer fix#419
serious6 merged 2 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Aug 24, 2015

reader.readElementValue(int.class);
  • Correct form should be (used everywhere else in the class):
reader.readElementValue(Integer.class);

This had caused errors in parsing of XML

@azurecla
Copy link
Copy Markdown

Hi @itbw, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!
We will now validate the agreement and then real humans will evaluate your PR.

TTYL, AZPRBOT;

@vboctor
Copy link
Copy Markdown
Contributor

vboctor commented Aug 24, 2015

Thanks @itbw . Please add test cases similar to the other pull requests.

@vbauer
Copy link
Copy Markdown
Contributor

vbauer commented Aug 27, 2015

👍

serious6 added a commit that referenced this pull request Aug 30, 2015
fix #380 bug with recurrences
@serious6 serious6 merged commit d2a1930 into OfficeDev:master Aug 30, 2015
@serious6
Copy link
Copy Markdown
Member

@itbw thanks for your contribution.

@serious6 serious6 added this to the 2.0 milestone Sep 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants