Skip to content

Commit

Permalink
fix code mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehil committed Aug 30, 2024
1 parent 9ce573f commit 9c6e1a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
import org.apache.doris.transaction.TabletQuorumFailedException;
import org.apache.doris.transaction.TransactionState;

import cfjd.com.google.gson.annotations.SerializedName;
import com.google.common.base.Preconditions;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.common.collect.Range;
import com.google.common.collect.Sets;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.google.gson.reflect.TypeToken;
import lombok.Setter;
import org.apache.logging.log4j.LogManager;
Expand Down

0 comments on commit 9c6e1a6

Please sign in to comment.