Repository: ambari
Updated Branches:
  refs/heads/trunk 4e864047d -> 5f3038138


AMBARI-20356. Description incorrect for result class (wangyaoxin via alejandro)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5f303813
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5f303813
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5f303813

Branch: refs/heads/trunk
Commit: 5f3038138f8431350ff3a8fe45fffd6c7e331983
Parents: 4e86404
Author: Alejandro Fernandez <afernan...@hortonworks.com>
Authored: Thu Mar 9 14:02:00 2017 -0800
Committer: Alejandro Fernandez <afernan...@hortonworks.com>
Committed: Thu Mar 9 14:02:02 2017 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/ambari/server/api/services/Result.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5f303813/ambari-server/src/main/java/org/apache/ambari/server/api/services/Result.java
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/java/org/apache/ambari/server/api/services/Result.java 
b/ambari-server/src/main/java/org/apache/ambari/server/api/services/Result.java
index 8355dcf..9cdcf63 100644
--- 
a/ambari-server/src/main/java/org/apache/ambari/server/api/services/Result.java
+++ 
b/ambari-server/src/main/java/org/apache/ambari/server/api/services/Result.java
@@ -30,7 +30,7 @@ public interface Result {
   /**
    * Obtain the results of the request invocation as a Tree structure.
    *
-   * @return the results of the request a a Tree structure
+   * @return the results of the request as a Tree structure
    */
   TreeNode<Resource> getResultTree();
 

Reply via email to