Skip to content

Commit feca4db

Browse files
authored
Fix Runfiles docs after #301
1 parent 1947744 commit feca4db

File tree

1 file changed

+2
-2
lines changed
  • java/runfiles/src/main/java/com/google/devtools/build/runfiles

1 file changed

+2
-2
lines changed

java/runfiles/src/main/java/com/google/devtools/build/runfiles/Runfiles.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* <p>2. Import the runfiles library.
4747
*
4848
* <pre>
49-
* import Runfiles;
49+
* import com.google.devtools.build.runfiles.Runfiles;
5050
* </pre>
5151
*
5252
* <p>3. Create a {@link Runfiles.Preloaded} object:
@@ -64,7 +64,7 @@
6464
* repository containing the class from a constant generated by this annotation:
6565
*
6666
* <pre>
67-
* import AutoBazelRepository;
67+
* import com.google.devtools.build.runfiles.AutoBazelRepository;
6868
* &#64;AutoBazelRepository
6969
* public class MyClass {
7070
* public void myFunction() {

0 commit comments

Comments
 (0)