You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Anurag Chandak (JIRA)" <ji...@apache.org> on 2016/06/18 09:41:05 UTC

[jira] [Updated] (OFBIZ-7417) TaskWorker class

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

Anurag Chandak updated OFBIZ-7417:
----------------------------------
    Attachment: OFBIZ-7417.patch

Thanks [~rishisolankii] for the detailed description, provided the patch for the same.

> TaskWorker class
> ----------------
>
>                 Key: OFBIZ-7417
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7417
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: Trunk
>            Reporter: Rishi Solanki
>            Assignee: Anurag Chandak
>            Priority: Minor
>         Attachments: OFBIZ-7417.patch
>
>
> - Make class as final.
> - Add a private constructor.
> - Make the following static variable as  private static final. And move the variable at top of the class.
> {code}
> static Map<String, String> statusMapping
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)