diff --git a/tools/cldr-code/src/main/java/org/unicode/cldr/draft/FileUtilities.java b/tools/cldr-code/src/main/java/org/unicode/cldr/draft/FileUtilities.java
index 30e0de101be..86824e70231 100644
--- a/tools/cldr-code/src/main/java/org/unicode/cldr/draft/FileUtilities.java
+++ b/tools/cldr-code/src/main/java/org/unicode/cldr/draft/FileUtilities.java
@@ -22,6 +22,8 @@
import java.util.List;
import java.util.Locale;
import java.util.regex.Pattern;
+import org.unicode.cldr.tool.TablePrinter;
+import org.unicode.cldr.util.CLDRPaths;
import org.unicode.cldr.util.CldrUtility;
import org.unicode.cldr.util.PatternCache;
import org.unicode.cldr.util.With;
@@ -616,4 +618,12 @@ public static void handleFile(String filename, LineHandler handler) throws IOExc
public static Iterable Unit Conversions provide conversions for units, such as meter ⟹ foot, "
+ "so that a source units can be converted into what is needed for localized "
+ "Unit Preferences. "
- + "There are many possible units, and additional units and conversions will be added in future releases."
- + "
" + + "The " + + ldmlSpecLink("/tr35-general.html#Contents") + + " should be consulted for more details, such as how to handle complex units (such as foot-per-minute) by converting the elements, or what the Systems mean. " + + "
" + + "