You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2014/02/17 23:15:19 UTC

[jira] [Created] (HDFS-5959) Fix typo at section name in FSImageFormatProtobuf.java

Akira AJISAKA created HDFS-5959:
-----------------------------------

             Summary: Fix typo at section name in FSImageFormatProtobuf.java
                 Key: HDFS-5959
                 URL: https://issues.apache.org/jira/browse/HDFS-5959
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Akira AJISAKA
            Priority: Minor


There's a typo "REFRENCE"
{code}
  public enum SectionName {
    NS_INFO("NS_INFO"),
    STRING_TABLE("STRING_TABLE"),
    INODE("INODE"),
    INODE_REFRENCE("INODE_REFRENCE"),
    SNAPSHOT("SNAPSHOT"),
{code}
should be "REFERENCE".



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)