You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2015/12/27 03:53:28 UTC

incubator-twill git commit: Simple JavaDoc fix for a typo, from denoteed to denoted.

Repository: incubator-twill
Updated Branches:
  refs/heads/master 359b12b90 -> 65c730b82


Simple JavaDoc fix for a typo, from denoteed to denoted.

Signed-off-by: Terence Yim <ch...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/65c730b8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/65c730b8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/65c730b8

Branch: refs/heads/master
Commit: 65c730b82528da669c6abaae96284e18defd8402
Parents: 359b12b
Author: Henry Saputra <hs...@apache.org>
Authored: Sat Dec 26 13:48:39 2015 -0800
Committer: Terence Yim <ch...@apache.org>
Committed: Sun Dec 27 10:53:05 2015 +0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/twill/filesystem/HDFSLocation.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/65c730b8/twill-yarn/src/main/java/org/apache/twill/filesystem/HDFSLocation.java
----------------------------------------------------------------------
diff --git a/twill-yarn/src/main/java/org/apache/twill/filesystem/HDFSLocation.java b/twill-yarn/src/main/java/org/apache/twill/filesystem/HDFSLocation.java
index 2ab97db..818fe23 100644
--- a/twill-yarn/src/main/java/org/apache/twill/filesystem/HDFSLocation.java
+++ b/twill-yarn/src/main/java/org/apache/twill/filesystem/HDFSLocation.java
@@ -121,7 +121,7 @@ final class HDFSLocation implements Location {
   }
 
   /**
-   * @return Returns the name of the file or directory denoteed by this abstract pathname.
+   * @return Returns the name of the file or directory denoted by this abstract pathname.
    */
   @Override
   public String getName() {