Nibin Geevarghese

Results 1 issues of Nibin Geevarghese

Hi Team, Please find the below code - https://github.com/opensearch-project/opensearch-java/blame/bb0fa12098ed3ef8b785a4560d6d962b2726a0d2/java-client/src/main/java/org/opensearch/client/opensearch/cluster/PutComponentTemplateRequest.java#L107 `this.template = ApiTypeHelper.requireNonNull(builder.template, this, "template");` This check is not needed and the whole purpose for us is to create the template...

bug