Skip to content

Commit 76ec8f3

Browse files
committed
Standardize NoMatchingProjectException message
1 parent f2881e6 commit 76ec8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/search/crossproject/NoMatchingProjectException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
public final class NoMatchingProjectException extends ResourceNotFoundException {
2121

2222
public NoMatchingProjectException(String projectName) {
23-
super("No such project: [" + projectName + "]");
23+
super("no such project [" + projectName + "]");
2424
}
2525

2626
public NoMatchingProjectException(StreamInput in) throws IOException {

0 commit comments

Comments
 (0)