Skip to content

Commit

Permalink
Remove ServerlessScope annotation from RestGraphAction
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Jan 24, 2025
1 parent 32eada6 commit cf0dfcd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
import org.elasticsearch.protocol.xpack.graph.VertexRequest;
import org.elasticsearch.rest.BaseRestHandler;
import org.elasticsearch.rest.RestRequest;
import org.elasticsearch.rest.Scope;
import org.elasticsearch.rest.ServerlessScope;
import org.elasticsearch.rest.action.RestToXContentListener;
import org.elasticsearch.xcontent.ParseField;
import org.elasticsearch.xcontent.XContentParser;
Expand All @@ -38,7 +36,6 @@
/**
* @see GraphExploreRequest
*/
@ServerlessScope(Scope.PUBLIC)
public class RestGraphAction extends BaseRestHandler {

public static final ParseField TIMEOUT_FIELD = new ParseField("timeout");
Expand Down

0 comments on commit cf0dfcd

Please sign in to comment.