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

This commit is contained in:
Akira Ajisaka 2018-11-06 18:42:38 +09:00
parent 5d6554c722
commit 6430c9890a
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

View File

@ -29,7 +29,7 @@
*
* 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);
*
* // we add that to our plan