Skip to content

Commit 86f3f37

Browse files
author
psantos1113
committed
Fix(service): Fix the error message for the password field.
1 parent 226552d commit 86f3f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/synopsys/integration/jira/common/server/configuration/JiraServerRestConfigBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ protected void validate(BuilderStatus builderStatus) {
113113
}
114114

115115
if (StringUtils.isBlank(getAuthPassword())) {
116-
builderStatus.addErrorMessage("The Jira server access token must be specified.");
116+
builderStatus.addErrorMessage("The Jira server password must be specified.");
117117
}
118118

119119
if (getTimeoutInSeconds() <= 0) {

0 commit comments

Comments
 (0)