Follow-up commit for HDFS-1620 since I missed some files.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1165103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Aaron Myers 2011-09-04 19:38:50 +00:00
parent 8ae98a9d1c
commit 458c34a2ab
2 changed files with 4 additions and 4 deletions

View File

@ -26,9 +26,9 @@ import org.apache.hadoop.hdfs.HdfsConfiguration;
*
************************************/
@InterfaceAudience.Private
public final class FSConstants {
public final class HdfsConstants {
/* Hidden constructor */
private FSConstants() {
private HdfsConstants() {
}
public static int MIN_BLOCKS_FOR_WRITE = 5;

View File

@ -29,9 +29,9 @@ import org.apache.hadoop.classification.InterfaceAudience;
************************************/
@InterfaceAudience.Private
public final class HdfsConstants {
public final class HdfsServerConstants {
/* Hidden constructor */
private HdfsConstants() { }
private HdfsServerConstants() { }
/**
* Type of the node