Skip to content

Commit

Permalink
Update ValorizatorParametersImpl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Feb 17, 2020
1 parent d8ec06d commit fec98db
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public ENOParameters mergeEnoParameters(ENOParameters enoParameters) throws JAXB
ByteArrayOutputStream outputStream = this.mergeParameters(enoParameters);
ENOParameters finalEnoParam = this.getParameters(new ByteArrayInputStream(outputStream.toByteArray()));
outputStream.close();
LOGGER.info("Default parameters read");
return finalEnoParam;
}

Expand Down

0 comments on commit fec98db

Please sign in to comment.