Skip to content

Commit

Permalink
optimize: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodBoyCoder committed Oct 9, 2024
1 parent 17cac76 commit cab182c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
import org.apache.seata.common.loader.LoadLevel;
import org.apache.seata.core.serializer.Serializer;

/**
* @Author GoodBoyCoder
*/
@LoadLevel(name = "FASTJSON2")
public class Fastjson2Serializer implements Serializer {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
import com.alibaba.fastjson2.filter.Filter;
import org.apache.seata.core.serializer.SerializerSecurityRegistry;

/**
* @Author GoodBoyCoder
*/
public class Fastjson2SerializerFactory {
private Filter autoTypeFilter;

Expand Down

0 comments on commit cab182c

Please sign in to comment.