From 49712766314932997af4135e12f20aa05dad58c6 Mon Sep 17 00:00:00 2001 From: Takanobu Asanuma Date: Mon, 5 Mar 2018 15:07:58 -0800 Subject: [PATCH] HADOOP-15271. Remove unicode multibyte characters from JavaDoc Signed-off-by: Akira Ajisaka --- .../src/main/java/org/apache/hadoop/fs/FileSystem.java | 2 +- .../src/main/java/org/apache/hadoop/examples/pi/package.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java index 44fb7487f0..facfe03ae6 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java @@ -1649,7 +1649,7 @@ public boolean delete(Path f) throws IOException { /** * Mark a path to be deleted when its FileSystem is closed. * When the JVM shuts down cleanly, all cached FileSystem objects will be - * closed automatically —these the marked paths will be deleted as a result. + * closed automatically. These the marked paths will be deleted as a result. * * If a FileSystem instance is not cached, i.e. has been created with * {@link #createFileSystem(URI, Configuration)}, then the paths will diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/pi/package.html b/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/pi/package.html index a2b279d415..91484aa49c 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/pi/package.html +++ b/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/pi/package.html @@ -66,7 +66,7 @@

The Bits of π

  • The log files are available here.
  • The result was posted in - this YDN blog.
  • + this YDN blog.
  • The second part of Row 15 (D3611)