Simple JavaDoc fix for a typo, from denoteed to denoted. Signed-off-by: Terence Yim <[email protected]>
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/site Commit: 65c730b82528da669c6abaae96284e18defd8402 Parents: 359b12b Author: Henry Saputra <[email protected]> Authored: Sat Dec 26 13:48:39 2015 -0800 Committer: Terence Yim <[email protected]> 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() {
