1--- android_icu4j/src/main/java/android/icu/number/NumberFormatterSettings.java 2021-01-19 16:26:27.166668436 +0000 2+++ android_icu4j/src/main/java/android/icu/number/NumberFormatterSettings.java 2021-01-19 16:26:50.834836446 +0000 3@@ -121,19 +121,10 @@ 4 * NumberFormatter.with().unit(Currency.getInstance("USD")) 5 * </pre> 6 * 7- * Percent: 8- * 9- * <pre> 10- * NumberFormatter.with().unit(NoUnit.PERCENT) 11- * </pre> 12- * 13 * <p> 14 * See {@link #perUnit} for information on how to format strings like "5 meters per second". 15 * 16 * <p> 17- * The default is to render without units (equivalent to {@link NoUnit#BASE}). 18- * 19- * <p> 20 * If the input usage is correctly set the output unit <b>will change</b> 21 * according to `usage`, `locale` and `unit` value. 22 * </p> 23@@ -143,7 +134,6 @@ 24 * @return The fluent chain. 25 * @see MeasureUnit 26 * @see Currency 27- * @see NoUnit 28 * @see #perUnit 29 */ 30 public T unit(MeasureUnit unit) { 31