We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4380c commit fa6b2baCopy full SHA for fa6b2ba
server/src/main/java/org/opensearch/search/ResourceType.java
@@ -51,6 +51,7 @@ public static void writeTo(StreamOutput out, ResourceType resourceType) throws I
51
}
52
53
public String getName() {
54
+
55
return name;
56
57
0 commit comments