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

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

Dongjoon Hyun created REEF-823:
----------------------------------

             Summary: 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


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)