Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Sep 23, 2024
1 parent 794d746 commit 881c919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

import org.opensearch.core.common.io.stream.StreamInput;
import org.opensearch.core.common.io.stream.StreamOutput;
import org.opensearch.proto.search.FetchSearchResultProtoDef.FetchSearchResultProto;
import org.opensearch.search.fetch.FetchSearchResult;
import org.opensearch.proto.search.fetch.FetchSearchResultProtoDef.FetchSearchResultProto;

import java.io.IOException;

Expand Down
2 changes: 1 addition & 1 deletion server/src/main/proto/search/fetch/FetchSearchResult.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package org.opensearch.proto.fetch;
package org.opensearch.proto.search.fetch;

import "search/SearchHits.proto";

Expand Down

0 comments on commit 881c919

Please sign in to comment.