浏览代码

HDFS-10589. Javadoc for HAState#HAState and HAState#setStateInternal contains non-existent params. Contributed by shenyinjie.

Akira Ajisaka 8 年之前
父节点
当前提交
8b4b5259d5

+ 3 - 3
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ha/HAState.java

@@ -34,7 +34,7 @@ abstract public class HAState {
 
 
   /**
   /**
    * Constructor
    * Constructor
-   * @param name Name of the state.
+   * @param state HA service state.
    */
    */
   public HAState(HAServiceState state) {
   public HAState(HAServiceState state) {
     this.state = state;
     this.state = state;
@@ -48,8 +48,8 @@ abstract public class HAState {
   }
   }
 
 
   /**
   /**
-   * Internal method to transition the state of a given namenode to a new state.
-   * @param nn Namenode
+   * Internal method to move from the existing state to a new state.
+   * @param context HA context
    * @param s new state
    * @param s new state
    * @throws ServiceFailedException on failure to transition to new state.
    * @throws ServiceFailedException on failure to transition to new state.
    */
    */