This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new b1e5a14 Remove trailing whitepace. b1e5a14 is described below commit b1e5a14e9110f5b1d86ba4d502ffb682e2a9cf85 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Sep 17 09:53:16 2020 -0400 Remove trailing whitepace. --- .../java/org/apache/commons/configuration2/io/FileLocatorUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/configuration2/io/FileLocatorUtils.java b/src/main/java/org/apache/commons/configuration2/io/FileLocatorUtils.java index f6ce481..5209b6d 100644 --- a/src/main/java/org/apache/commons/configuration2/io/FileLocatorUtils.java +++ b/src/main/java/org/apache/commons/configuration2/io/FileLocatorUtils.java @@ -466,7 +466,7 @@ public final class FileLocatorUtils * * @param file the file to be converted into an URL * @return a URL - * @throws MalformedURLException + * @throws MalformedURLException * If the file protocol handler is not found (should not happen) * or if an error occurred while constructing the URL */