Skip to content
Snippets Groups Projects
Commit 23086ba4 authored by Zhibin Mai's avatar Zhibin Mai
Browse files

Remove the unused method

parent 2426b4e1
No related branches found
No related tags found
1 merge request!703Use ElasticSearch search_after to replace the implementation of query with cursor
Pipeline #291999 failed
......@@ -14,7 +14,6 @@
package org.opengroup.osdu.search.model;
import com.google.gson.Gson;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
......@@ -32,9 +31,6 @@ public class SearchAfterSettings {
private List<String> fieldValueJsons;
private boolean closed;
private long totalCount;
public String toString() {
return (new Gson()).toJson(this);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment