You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2015/08/31 18:58:45 UTC

[jira] [Resolved] (REEF-697) Clean up use of synchronized in reef-examples/scheduler

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

Markus Weimer resolved REEF-697.
--------------------------------
       Resolution: Implemented
    Fix Version/s: 0.13

Closed via [#446|https://github.com/apache/incubator-reef/pull/446]

> Clean up use of synchronized in reef-examples/scheduler
> -------------------------------------------------------
>
>                 Key: REEF-697
>                 URL: https://issues.apache.org/jira/browse/REEF-697
>             Project: REEF
>          Issue Type: Sub-task
>            Reporter: Brian Cho
>            Assignee: Brian Cho
>             Fix For: 0.13
>
>
> The current code uses a {{synchronized (Class.this)}} idiom where {{synchronized (this)}} or synchronized methods can be used. This code makes the code slightly less readable. This sub-task aims to clean that up.



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