Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix227 224 251 #29

Merged
merged 2 commits into from
Mar 29, 2012
Merged

Fix227 224 251 #29

merged 2 commits into from
Mar 29, 2012

Conversation

jcookems
Copy link
Contributor

Fixes the following issues:

Object value = edmValueConverter.deserialize(edmType, serializedValue);

result.put(name, new Property().setEdmType(edmType).setValue(value));

nextSignificant(xmlr);
if (!xmlr.isEndElement()) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The condition inside "if" will never evaluate to true, the "while" loop above it guarantees that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes. That was a left over from the first attempt for a fix. I've removed the "if" statement.

jcookems added a commit that referenced this pull request Mar 29, 2012
@jcookems jcookems merged commit 46d807c into Azure:dev-bookmark Mar 29, 2012
joostdenijs pushed a commit to joostdenijs/azure-sdk-for-java that referenced this pull request Jan 18, 2013
Can now list input and output assets for jobs
joostdenijs pushed a commit to joostdenijs/azure-sdk-for-java that referenced this pull request Jan 18, 2013
gcheng pushed a commit that referenced this pull request Mar 27, 2013
fix unit test failures due to media service upgrade.
andrerod pushed a commit that referenced this pull request May 9, 2014
Fix braces and enabling checkstyle on build
jianghaolu pushed a commit to jianghaolu/azure-sdk-for-java that referenced this pull request Apr 5, 2017
lenala pushed a commit to lenala/azure-sdk-for-java that referenced this pull request Nov 16, 2018
Update readme with unlimited crypto install
g2vinay pushed a commit to g2vinay/azure-sdk-for-java that referenced this pull request Jan 10, 2019
* Add documentation for 4.0.1 release

* Update changelog.md
mssfang referenced this pull request in mssfang/azure-sdk-for-java Apr 23, 2019
g2vinay pushed a commit to g2vinay/azure-sdk-for-java that referenced this pull request May 30, 2019
samvaity added a commit to samvaity/azure-sdk-for-java that referenced this pull request Dec 18, 2019
navalev added a commit to navalev/azure-sdk-for-java that referenced this pull request Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants