Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed May 22, 2019
1 parent 90da9dc commit b4eecde
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1468,7 +1468,7 @@ private void writeUndeclaredExtension(RuntimeResourceDefinition theResDef, IBase
if (childDef == null) {
throw new ConfigurationException("Unable to encode extension, unrecognized child element type: " + value.getClass().getCanonicalName());
}
encodeChildElementToStreamWriter(theResDef, theResource, theEventWriter, value, childDef, childName, true, myParent,false, theEncodeContext);
encodeChildElementToStreamWriter(theResDef, theResource, theEventWriter, value, childDef, childName, false, myParent,false, theEncodeContext);
managePrimitiveExtension(value, theResDef, theResource, theEventWriter, childDef, childName, theEncodeContext);
}

Expand Down

0 comments on commit b4eecde

Please sign in to comment.