Skip to content

Commit 6ed0d63

Browse files
pxsalehiomricohenn
authored andcommitted
Make ProjectId#isValidFormatId public (elastic#125134)
1 parent 31aa673 commit 6ed0d63

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)