Repository: commons-release-plugin Updated Branches: refs/heads/master 9239581b4 -> 1feed287d
Javadoc typos. Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/1feed287 Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/1feed287 Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/1feed287 Branch: refs/heads/master Commit: 1feed287dfc441d432fd75a9a0b08280d1d46d84 Parents: 9239581 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Thu May 17 08:45:00 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Thu May 17 08:45:00 2018 -0600 ---------------------------------------------------------------------- .../java/org/apache/commons/release/plugin/SharedFunctions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/1feed287/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java b/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java index f5ecde4..7d8e476 100644 --- a/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java +++ b/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java @@ -70,8 +70,8 @@ public final class SharedFunctions { } /** - * Copies a {@link File} from the <code>fromfile</code> to the <code>tofile</code> and logs the failure - * using the maven {@link Log}. + * Copies a {@link File} from the <code>fromFile</code> to the <code>toFile</code> and logs the failure + * using the Maven {@link Log}. * * @param log the {@link Log}, the maven logger. * @param fromFile the {@link File} from which to copy.