Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bughue committed Jun 24, 2024
1 parent 9f6d80f commit 237aeb5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
*/
package org.apache.seata.core.rpc.netty.v1;

import java.util.List;
import java.util.Map;
import java.util.Set;

import io.netty.buffer.ByteBuf;
import org.apache.seata.core.compressor.Compressor;
Expand Down Expand Up @@ -64,7 +64,7 @@
public class ProtocolDecoderV1 implements ProtocolDecoder {

private static final Logger LOGGER = LoggerFactory.getLogger(ProtocolDecoderV1.class);
private final Set<SerializerType> supportDeSerializerTypes;
private final List<SerializerType> supportDeSerializerTypes;

public ProtocolDecoderV1() {
supportDeSerializerTypes = SerializerServiceLoader.getSupportedSerializers();
Expand Down

0 comments on commit 237aeb5

Please sign in to comment.