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/11 13:37:05 UTC

[jira] [Created] (REEF-828) Fix name typos of Class/Functions in REEF.NET IO

Dongjoon Hyun created REEF-828:
----------------------------------

             Summary: Fix name typos of Class/Functions in REEF.NET IO
                 Key: REEF-828
                 URL: https://issues.apache.org/jira/browse/REEF-828
             Project: REEF
          Issue Type: Bug
          Components: REEF.NET IO
    Affects Versions: 0.13
            Reporter: Dongjoon Hyun
            Assignee: Dongjoon Hyun
            Priority: Trivial


This issue fixes typos of the following two functions and a class.
{code}
-        private string GetByteSerilizerConfigString()
+        private string GetByteSerializerConfigString()
{code}
{code}
-        private string GetRowSerilizerConfigString()
+        private string GetRowSerializerConfigString()
{code}
{code}
-    <Compile Include="PartitionedData\FileSystem\Parameters\FilePathsForPatitions.cs" />
+    <Compile Include="PartitionedData\FileSystem\Parameters\FilePathsForPartitions.cs" />
{code}



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