diff --git a/tools/java/runfiles/Runfiles.java b/tools/java/runfiles/Runfiles.java index 23d7f6ac54a4ad..97fbfc5998b35e 100644 --- a/tools/java/runfiles/Runfiles.java +++ b/tools/java/runfiles/Runfiles.java @@ -118,10 +118,10 @@ * Runfiles#preload(Map)} and immutably encapsulate all data required to look up runfiles with the * repository mapping of any Bazel repository specified at a later time. * - *

Creating {@link Runfiles} instances can be costly, so applications should try to create as few - * instances as possible. {@link Runfiles#preload()}, but not {@link Runfiles#preload(Map)}, returns - * a single global, softly cached instance of {@link Preloaded} that is constructed based on the - * JVM's environment variables. + *

Creating {@link Preloaded} instances can be costly, so applications should try to create as + * few instances as possible. {@link Runfiles#preload()}, but not {@link Runfiles#preload(Map)}, + * returns a single global, softly cached instance of {@link Preloaded} that is constructed based on + * the JVM's environment variables. * *

Instance of {@link Runfiles} are only meant to be used by code located in a single Bazel * repository and should not be passed around. They are created by calling {@link