Skip to content

Commit 0226a0b

Browse files
committed
dummy change to trigger re-build
1 parent a1b1b65 commit 0226a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib-extra/src/main/java/com/diffplug/spotless/extra/groovy/GrEclipseFormatterStep.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected P2Model model(String version) {
7676
public void setVersion(String version) {
7777
if (version.endsWith(".0")) {
7878
String newVersion = version.substring(0, version.length() - 2);
79-
System.err.println("Recommend replacing '" + version + "' with '" + newVersion + "' for eclipse JDT");
79+
System.err.println("Recommend replacing '" + version + "' with '" + newVersion + "' for eclipse JDT.");
8080
version = newVersion;
8181
}
8282
super.setVersion(version);

0 commit comments

Comments
 (0)