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() {
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 );
You can’t perform that action at this time.
0 commit comments