Skip to content

Commit

Permalink
Make fix suggested in code review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcookems committed Mar 29, 2012
1 parent f239a50 commit 1782b84
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -291,9 +291,6 @@ private Map<String, Property> parseEntryProperties(XMLStreamReader xmlr) throws

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

if (!xmlr.isEndElement()) {
nextSignificant(xmlr);
}
expect(xmlr, XMLStreamConstants.END_ELEMENT, name);
}

Expand Down

0 comments on commit 1782b84

Please sign in to comment.