Skip to content

Commit

Permalink
Merge branch 'public-release/v2.1.0' into zowe-release/v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KUGDev committed Jan 22, 2025
2 parents f763b2d + 1e24e4e commit abb4b08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Credentials {
var result = super.hashCode()
result = 31 * result + configUuid.hashCode()
result = 31 * result + username.hashCode()
result = 31 * result + password.hashCode()
result = 31 * result + password.contentHashCode()
return result
}

Expand Down

0 comments on commit abb4b08

Please sign in to comment.