Description
This issue fixes the following typos in the following two variables and its usages.
- private static final int DEFAULT_NUM_OF_VORTEX_START_THERAD = 1; + private static final int DEFAULT_NUM_OF_VORTEX_START_THREAD = 1;
- public static final RequiredParameter<Integer> NUM_OF_VORTEX_START_THERAD = new RequiredParameter<>(); + public static final RequiredParameter<Integer> NUM_OF_VORTEX_START_THREAD = new RequiredParameter<>();
Attachments
Issue Links
- links to