Bug 469038 - Improve error message
Compare changes
@@ -139,7 +139,8 @@ public class EclipseCommitValidationListener implements CommitValidationListener
@@ -139,7 +139,8 @@ public class EclipseCommitValidationListener implements CommitValidationListener
messages.add(new CommitValidationMessage("The author has a current Contributor License Agreement (CLA) on file.", false));
messages.add(new CommitValidationMessage("The author does not have a current Contributor License Agreement (CLA) on file.", true));
@@ -147,7 +148,8 @@ public class EclipseCommitValidationListener implements CommitValidationListener
@@ -147,7 +148,8 @@ public class EclipseCommitValidationListener implements CommitValidationListener
messages.add(new CommitValidationMessage("The author has \"signed-off\" on the contribution.", false));
messages.add(new CommitValidationMessage("The author has not \"signed-off\" on the contribution.", true));