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_r352314935
##########
File path:
fineract-provider/src/test/java/org/apache/fineract/mix/report/service/XBRLBuilderTest.java
##########
@@ -79,13 +79,10 @@ public void shouldCorrectlyBuildMap() {
nodes =
DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new
ByteArrayInputStream(result.getBytes()))
.getElementsByTagName("Assets");
} catch (final SAXException e) {
- // TODO Auto-generated catch block
Review comment:
This would ideally be raised as a separate PR (because it has nothing to do
with the other changes proposed here), but it's so minor that it doesn't
matter/ it's OK for me.
----------------------------------------------------------------
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