Skip to content

Commit

Permalink
Fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
patsonluk committed Nov 24, 2023
1 parent 4aa8199 commit 5f0cd37
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,4 @@ List<PerReplicaStates.Operation> refresh(PerReplicaStates prs) {
public String toString() {
return ops.toString();
}

public static class PrsZkNodeNotFoundException extends SolrException {
private PrsZkNodeNotFoundException(ErrorCode code, String msg, Throwable cause) {
super(code, msg, cause);
}
}
}

0 comments on commit 5f0cd37

Please sign in to comment.