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 2016/01/28 23:11:39 UTC

[jira] [Resolved] (REEF-1153) Fix typos in class/function names

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

Markus Weimer resolved REEF-1153.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.14

Resolved via [#795|https://github.com/apache/reef/pull/795]

> Fix typos in class/function names
> ---------------------------------
>
>                 Key: REEF-1153
>                 URL: https://issues.apache.org/jira/browse/REEF-1153
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF Bridge, REEF Examples, Tang
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Minor
>             Fix For: 0.14
>
>
> This fixes the following typos in class/function names.
> *1. Rename `getEvaluatorDescriptorSring` in reef-bridge-java* and CommonUtilities.cpp.
> {code}
> -  public String getEvaluatorDescriptorSring() {
> +  public String getEvaluatorDescriptorString() {
> {code}
> *2. Replace ProbabilityOfSuccessfulIteration.java with ProbabilityOfSuccessfulIteration.java in reef-example*
> Also, the corresponding codes are fixed.
> *3. Fix typos in unittest function name*
> {code}
> -  public void testMultipleInjectorInstaceWithSingleton() throws BindException, InjectionException {
> +  public void testMultipleInjectorInstanceWithSingleton() throws BindException, InjectionException {
> {code}
> {code}
> -  public void immutablilityTest() throws BindException, InjectionException {
> +  public void immutabilityTest() throws BindException, InjectionException {
> {code}



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