Skip to content

Commit

Permalink
Fix minor typo found during review
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoul committed Mar 29, 2018
1 parent 4d0dfef commit 3ee2064
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -724,7 +724,7 @@ private Document readServerXML(String serverXML) throws DeploymentException {
input = new FileInputStream(new File(serverXML));
return readXML(input);
} catch (Exception e) {
throw new DeploymentException("Exception while reading server.xml file. ", e);
throw new DeploymentException("Exception while reading server.xml file.", e);
} finally {
closeQuietly(input);
}
Expand Down

0 comments on commit 3ee2064

Please sign in to comment.