You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2024/01/31 20:40:00 UTC

[jira] [Updated] (HDDS-10258) Remove a redundant condition under the ockrw freon tool

     [ https://issues.apache.org/jira/browse/HDDS-10258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Attila Doroszlai updated HDDS-10258:
------------------------------------
    Target Version/s: 1.5.0

> Remove a redundant condition under the ockrw freon tool
> -------------------------------------------------------
>
>                 Key: HDDS-10258
>                 URL: https://issues.apache.org/jira/browse/HDDS-10258
>             Project: Apache Ozone
>          Issue Type: Task
>          Components: freon
>            Reporter: Tanvi Penumudy
>            Assignee: Tanvi Penumudy
>            Priority: Trivial
>
> Address a [review comment|https://github.com/apache/ozone/pull/5156#pullrequestreview-1583735102] as part of a previous PR: [https://github.com/apache/ozone/pull/5156] (merged)
> Remove a redundant condition {{tmp > percentageRead}} as it's true already.
> {code:java}
> - else if (tmp > percentageRead && tmp <= percentageRead + percentageList) {
> + else if (tmp <= percentageRead + percentageList) {
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org