[
https://issues.apache.org/jira/browse/HDDS-10152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-10152:
----------------------------------
Labels: GoodForNewContributors newbie pull-request-available (was:
GoodForNewContributors newbie)
> Field should be static
> ----------------------
>
> Key: HDDS-10152
> URL: https://issues.apache.org/jira/browse/HDDS-10152
> Project: Apache Ozone
> Issue Type: Sub-task
> Reporter: Attila Doroszlai
> Assignee: Sarveksha Yeshavantha Raju
> Priority: Minor
> Labels: GoodForNewContributors, newbie, pull-request-available
> Attachments: HDDS-10152.txt
>
>
> Convert field to {{static}}, if possible. Rename according to naming
> conventions (use {{ALL_CAPS}} if it's a {{static final}} field).
> Example:
> {code}
> - private final String ozoneUsagePrefix = "Usage: ozone fs [generic
> options]";
> + private static final String USAGE_PREFIX = "Usage: ozone fs [generic
> options]";
> {code}
> See attached file for list of items to fix.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]