Skip to content

Commit e0b6134

Browse files
committed
Fix another typo
1 parent 01ce6c8 commit e0b6134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin-gradle/src/main/java/com/diffplug/gradle/spotless/JavaExtension.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public GoogleJavaFormatConfig googleJavaFormat() {
120120
* Uses the given version of <a href="https://github.com/google/google-java-format">google-java-format</a> to format source code.
121121
*
122122
* Limited to published versions. See <a href="https://github.com/diffplug/spotless/issues/33#issuecomment-252315095">issue #33</a>
123-
* for an workaround for using snapshot versions.
123+
* for a workaround for using snapshot versions.
124124
*/
125125
public GoogleJavaFormatConfig googleJavaFormat(String version) {
126126
Objects.requireNonNull(version);
@@ -185,7 +185,7 @@ public PalantirJavaFormatConfig palantirJavaFormat() {
185185
* Uses the given version of <a href="https://github.com/palantir/palantir-java-format">palantir-java-format</a> to format source code.
186186
*
187187
* Limited to published versions. See <a href="https://github.com/diffplug/spotless/issues/33#issuecomment-252315095">issue #33</a>
188-
* for an workaround for using snapshot versions.
188+
* for a workaround for using snapshot versions.
189189
*/
190190
public PalantirJavaFormatConfig palantirJavaFormat(String version) {
191191
Objects.requireNonNull(version);

0 commit comments

Comments
 (0)