File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugin-gradle/src/main/java/com/diffplug/gradle/spotless Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ public GoogleJavaFormatConfig googleJavaFormat() {
120
120
* Uses the given version of <a href="https://github.com/google/google-java-format">google-java-format</a> to format source code.
121
121
*
122
122
* 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.
124
124
*/
125
125
public GoogleJavaFormatConfig googleJavaFormat (String version ) {
126
126
Objects .requireNonNull (version );
@@ -185,7 +185,7 @@ public PalantirJavaFormatConfig palantirJavaFormat() {
185
185
* Uses the given version of <a href="https://github.com/palantir/palantir-java-format">palantir-java-format</a> to format source code.
186
186
*
187
187
* 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.
189
189
*/
190
190
public PalantirJavaFormatConfig palantirJavaFormat (String version ) {
191
191
Objects .requireNonNull (version );
You can’t perform that action at this time.
0 commit comments