mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -40,12 +40,6 @@ public class CompositeConverterTest {
|
||||
@Data
|
||||
public static class EmptyBean {}
|
||||
|
||||
@Test
|
||||
public void getConverterTest() {
|
||||
final Converter converter = CompositeConverter.getInstance().getConverter(CharSequence.class, null, false);
|
||||
assertNotNull(converter);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void customTest() {
|
||||
final int a = 454553;
|
||||
|
Reference in New Issue
Block a user