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 aceb634 commit a6db641Copy full SHA for a6db641
test/framework/src/main/java/org/elasticsearch/cluster/project/TestProjectResolvers.java
@@ -117,7 +117,7 @@ public boolean supportsMultipleProjects() {
117
};
118
119
/**
120
- * This method returns a ProjectResolver always throw for all methods. This is mostly useful in places where
+ * This method returns a ProjectResolver that always throw for all methods. This is mostly useful in places where
121
* we just need a placeholder to satisfy the constructor signature.
122
*/
123
public static ProjectResolver alwaysThrow() {
0 commit comments