We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9f436 commit 12ae4e2Copy full SHA for 12ae4e2
src/main/java/com/antkorwin/betterstrings/BetterStringsProcessor.java
@@ -74,7 +74,7 @@ private void printBanner() {
74
"___ ____ ___ ___ ____ ____ ____ ___ ____ _ _ _ ____ ____ \n" +
75
"|__] |___ | | |___ |__/ [__ | |__/ | |\\ | | __ [__ \n" +
76
"|__] |___ | | |___ | \\ ___] | | \\ | | \\| |__] ___] \n" +
77
- " v1.0 String Interpolation Java Plugin, by Anatoliy Korovin ";
+ " v0.1 String Interpolation Java Plugin, by Anatoliy Korovin ";
78
79
messager.printMessage(Diagnostic.Kind.NOTE, banner);
80
}
0 commit comments