Skip to content

Commit 214feba

Browse files
committed
add missing javadoc to resourece type enum
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
1 parent 0c7043d commit 214feba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/src/main/java/org/opensearch/search/ResourceType.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
package org.opensearch.search;
1010

11+
/**
12+
* Enum to hold the resource type
13+
*/
1114
public enum ResourceType {
1215
CPU("cpu"),
1316
JVM("jvm");

0 commit comments

Comments
 (0)