Skip to content

Commit 541c1a8

Browse files
author
srathod
committed
- fixing conflict in XmlUtility.java.
1 parent ff35fd7 commit 541c1a8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,7 @@ public static synchronized <T extends Serializable> T create(String xml, Class<T
9494
{
9595
response_ctx = jaxbContext.get(classType.toString());
9696
}
97-
<<<<<<< .mine
98-
99-
=======
100-
101-
>>>>>>> .theirs
97+
10298
Unmarshaller um = response_ctx.createUnmarshaller();
10399
try {
104100
Object unmarshaled = um.unmarshal(new StringReader(xml));

0 commit comments

Comments
 (0)