Skip to content

Commit

Permalink
Small cosmetics
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Jan 18, 2024
1 parent 082e5c8 commit 6d682fc
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ class ConnectionConfig : ConnectionConfigBase {
if (url != other.url) return false
if (isAllowSelfSigned != other.isAllowSelfSigned) return false
if (zoweConfigPath != other.zoweConfigPath) return false
// TODO: uncomment next 2 lines when the task https://jira.ibagroup.eu/browse/IJMP-1412 will be completed.
if (zVersion != other.zVersion) return false
if (owner != other.owner) return false
if (zVersion != other.zVersion) return false
if (owner != other.owner) return false

return true
}
Expand Down

0 comments on commit 6d682fc

Please sign in to comment.