We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21b097 commit 1eab711Copy full SHA for 1eab711
src/main/java/com/coveo/AbstractFMT.java
@@ -155,7 +155,7 @@ public void formatSourceFilesInDirectory(
155
156
if (failures > 0) {
157
throw new MojoFailureException(
158
- "There where errors when formatting files. Error count: " + failures);
+ "There were errors when formatting files. Error count: " + failures);
159
}
160
} catch (IOException exception) {
161
throw new MojoFailureException(exception.getMessage());
0 commit comments