Merged Story 30b branch into 30c branch

#story[820]
This commit is contained in:
Alistair McIntyre
2017-05-01 15:32:23 +12:00
parent f672eafd6d
commit c07f13180f
@@ -232,7 +232,7 @@ public class StreamParser extends Thread{
Document doc = null;
try {
db = dbf.newDocumentBuilder();
Document doc = db.parse(new InputSource(new StringReader(xmlMessage)));
doc = db.parse(new InputSource(new StringReader(xmlMessage)));
} catch (ParserConfigurationException | IOException | SAXException e) {
e.printStackTrace();
}