You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Mariia Mykhailova (JIRA)" <ji...@apache.org> on 2015/10/09 19:29:05 UTC

[jira] [Resolved] (REEF-823) Fix typos in VortexConfHelper and VortexMasterConf

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

Mariia Mykhailova resolved REEF-823.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.14

Resolved via [PR 552|https://github.com/apache/incubator-reef/pull/552]

> Fix typos in VortexConfHelper and VortexMasterConf
> --------------------------------------------------
>
>                 Key: REEF-823
>                 URL: https://issues.apache.org/jira/browse/REEF-823
>             Project: REEF
>          Issue Type: Bug
>          Components: Vortex
>    Affects Versions: 0.13
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Trivial
>             Fix For: 0.14
>
>
> This issue fixes the following typos in the following two variables and its usages.
> {code}
> -  private static final int DEFAULT_NUM_OF_VORTEX_START_THERAD = 1;
> +  private static final int DEFAULT_NUM_OF_VORTEX_START_THREAD = 1;
> {code}
> {code}
> -  public static final RequiredParameter<Integer> NUM_OF_VORTEX_START_THERAD = new RequiredParameter<>();
> +  public static final RequiredParameter<Integer> NUM_OF_VORTEX_START_THREAD = new RequiredParameter<>();
> {code}



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