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 f2881e6 commit 76ec8f3Copy full SHA for 76ec8f3
server/src/main/java/org/elasticsearch/search/crossproject/NoMatchingProjectException.java
@@ -20,7 +20,7 @@
20
public final class NoMatchingProjectException extends ResourceNotFoundException {
21
22
public NoMatchingProjectException(String projectName) {
23
- super("No such project: [" + projectName + "]");
+ super("no such project [" + projectName + "]");
24
}
25
26
public NoMatchingProjectException(StreamInput in) throws IOException {
0 commit comments