We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1947744 commit feca4dbCopy full SHA for feca4db
java/runfiles/src/main/java/com/google/devtools/build/runfiles/Runfiles.java
@@ -46,7 +46,7 @@
46
* <p>2. Import the runfiles library.
47
*
48
* <pre>
49
- * import Runfiles;
+ * import com.google.devtools.build.runfiles.Runfiles;
50
* </pre>
51
52
* <p>3. Create a {@link Runfiles.Preloaded} object:
@@ -64,7 +64,7 @@
64
* repository containing the class from a constant generated by this annotation:
65
66
67
- * import AutoBazelRepository;
+ * import com.google.devtools.build.runfiles.AutoBazelRepository;
68
* @AutoBazelRepository
69
* public class MyClass {
70
* public void myFunction() {
0 commit comments