vorburger commented on a change in pull request #662: FINERACT-797: Use Spring
Boot BOM to avoid maintaining version numbers in dependencies.gradle
URL: https://github.com/apache/fineract/pull/662#discussion_r352431208
##########
File path:
fineract-provider/src/test/java/org/apache/fineract/mix/report/service/XBRLBuilderTest.java
##########
@@ -79,10 +79,13 @@ public void shouldCorrectlyBuildMap() {
nodes =
DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new
ByteArrayInputStream(result.getBytes()))
.getElementsByTagName("Assets");
} catch (final SAXException e) {
+ // TODO Auto-generated catch block
e.printStackTrace();
} catch (final IOException e) {
+ // TODO Auto-generated catch block
e.printStackTrace();
} catch (final ParserConfigurationException e) {
+ // TODO Auto-generated catch block
Review comment:
```suggestion
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services