Skip to content

Commit 11e4d31

Browse files
authored
Make ProjectId#isValidFormatId public (#125134)
1 parent 22be0d9 commit 11e4d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/cluster/metadata/ProjectId.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static ProjectId fromId(String id) {
5454
}
5555
}
5656

57-
static boolean isValidFormatId(String id) {
57+
public static boolean isValidFormatId(String id) {
5858
if (id.length() > MAX_LENGTH) {
5959
return false;
6060
}

0 commit comments

Comments
 (0)