Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed May 5, 2022
1 parent 571eceb commit f518153
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* @author wenshao[szujobs@hotmail.com]
*/
public class TypeUtils {

private static final ConcurrentMap<String, Class<?>> mappings = new ConcurrentHashMap<String, Class<?>>(256, 0.75f, 1);
public static boolean compatibleWithJavaBean = false;
/**
* 根据field name的大小写输出输入数据
Expand Down

0 comments on commit f518153

Please sign in to comment.