Browse Source

HADOOP-15904. [JDK 11] Javadoc build failed due to bad use of '>' in hadoop-hdfs.

Akira Ajisaka 6 years ago
parent
commit
6430c9890a

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/diskbalancer/planner/package-info.java

@@ -29,7 +29,7 @@
  *
  *
  * while(current.isBalancingNeeded(thresholdValue)) {
  * while(current.isBalancingNeeded(thresholdValue)) {
  *
  *
- *   // Creates a plan , like move 20 GB data from v1 -> v2
+ *   // Creates a plan , like move 20 GB data from v1 {@literal ->} v2
  *   Step step = planner.plan(current, thresholdValue);
  *   Step step = planner.plan(current, thresholdValue);
  *
  *
  *   // we add that to our plan
  *   // we add that to our plan