Skip to content

Commit

Permalink
Fix javadocs for Runfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Jul 13, 2024
1 parent 4d62c8f commit 80684a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/java/runfiles/Runfiles.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
* 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.
*
* <p>Creating {@link Runfiles} instances can be costly, so applications should try to create as few
* <p>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.
Expand Down

0 comments on commit 80684a1

Please sign in to comment.