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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 840d4f6 Remove redundant calls to super(). 840d4f6 is described below commit 840d4f66fff2457847b7311c2119cf573bf52995 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 20 18:02:11 2020 -0500 Remove redundant calls to super(). --- .../commons/release/plugin/velocity/HeaderHtmlVelocityDelegate.java | 2 -- .../commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java | 1 - 2 files changed, 3 deletions(-) diff --git a/src/main/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegate.java b/src/main/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegate.java index 638bd65..2fc4edf 100755 --- a/src/main/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegate.java +++ b/src/main/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegate.java @@ -36,7 +36,6 @@ public class HeaderHtmlVelocityDelegate { + "/velocity/HEADER.vm"; /** The private constructor to be used by the {@link HeaderHtmlVelocityDelegateBuilder}. */ private HeaderHtmlVelocityDelegate() { - super(); } /** @@ -74,7 +73,6 @@ public class HeaderHtmlVelocityDelegate { * Private constructor so that we can have a proper builder pattern. */ private HeaderHtmlVelocityDelegateBuilder() { - super(); } /** diff --git a/src/main/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java b/src/main/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java index 39032dc..3d0fecf 100755 --- a/src/main/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java +++ b/src/main/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java @@ -119,7 +119,6 @@ public class ReadmeHtmlVelocityDelegate { * method. */ private ReadmeHtmlVelocityDelegateBuilder() { - super(); } /**