Skip to content

Commit ff35fd7

Browse files
author
srathod
committed
# Conflicts: # src/main/java/net/authorize/util/XmlUtility.java
2 parents 6624602 + ec6e156 commit ff35fd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/net/authorize/util/XmlUtility.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public final class XmlUtility {
2828
private static JAXBContext response_ctx = null;
2929
private static HashMap<String, JAXBContext> jaxbContext = new HashMap<String, JAXBContext>();
3030

31+
3132
/**
3233
* Default C'tor, cannot be instantiated
3334
*/
@@ -93,7 +94,11 @@ public static synchronized <T extends Serializable> T create(String xml, Class<T
9394
{
9495
response_ctx = jaxbContext.get(classType.toString());
9596
}
97+
<<<<<<< .mine
9698

99+
=======
100+
101+
>>>>>>> .theirs
97102
Unmarshaller um = response_ctx.createUnmarshaller();
98103
try {
99104
Object unmarshaled = um.unmarshal(new StringReader(xml));

0 commit comments

Comments
 (0)