Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
plaird committed Jul 7, 2021
1 parent 0037e55 commit 3e22228
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Most user and developer docs for BEF are rooted here.
- [Known Issues](issues.md)

For developers that want to contribute to BEF:
- [BEF Dev Guide][dev/README.md] (if you would like to build/modify the BEF)
- [BEF Dev Guide](dev/README.md) (if you would like to build/modify the BEF)
1 change: 1 addition & 0 deletions docs/using_the_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All of them assume you have already [installed your toolchain](install.md).
- [Import your Bazel workspace into the IDE](using_the_feature_import.md)
- [Configure the project Settings](using_the_feature_settings.md)
- [Building your project](using_the_feature_builds.md)
- [Understanding the Java Classpath with the Bazel Eclipse Feature](using_the_feature_classpath.md)
- [Running apps and tests](using_the_feature_launching.md)

**Modifying the Bazel Eclipse Feature**
Expand Down
2 changes: 1 addition & 1 deletion docs/using_the_feature_classpath.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Understanding the Classpath with the Bazel Eclipse Feature
## Understanding the Java Classpath with the Bazel Eclipse Feature

BEF ultimately computes classpath information and maps it into the existing Java Developer Tools (JDT) plugins of Eclipse.
This works well, but there are some caveats to this mapping.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import java.util.Collections;
import java.util.List;

import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
Expand Down

0 comments on commit 3e22228

Please sign in to comment.