Skip to content

Commit 69734cd

Browse files
authored
Address review comments
1 parent 36edca8 commit 69734cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ For IntelliJ IDEA, we suggest the following settings and plugin.
4949
The default JVM to build and run tests from the command line should be Java 8.
5050

5151
* Use Java 8 to build and run tests:
52-
* top right Settings icon -> `Project Structure` -> `Project` -> `SDK` -> `Download JDK...` -> `Version: 1.8` -> `Download`
52+
* `Project Structure` -> `Project` -> `SDK` -> `Download JDK...` -> `Version: 1.8` -> `Download`
5353
* Configure Java and Groovy import formatting:
54-
* top right Settings icon -> `Settings...` ->`Editor` > `Code Style` > `Java` > `Imports`
54+
* `Settings...` ->`Editor` > `Code Style` > `Java` > `Imports`
5555
* `Class count to use import with '*'`: `9999` (some number sufficiently large that is unlikely to matter)
5656
* `Names count to use static import with '*'`: `9999`
5757
* Use the following import layout to ensure consistency with google-java-format:

0 commit comments

Comments
 (0)