mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Fix comments
This commit is contained in:
parent
893acdd5cb
commit
4f5411be21
@ -66,8 +66,7 @@ public class JDBCTypeMappingTest {
|
||||
// 10-18,0 -> Long
|
||||
// 5-9,0 -> Integer
|
||||
// 3-4,0 -> Short
|
||||
// 2,0 -> Byte
|
||||
// 0-1,0 -> Boolean
|
||||
// 1-2,0 -> Byte
|
||||
|
||||
// ?,? -> BigDecimal
|
||||
assertEquals(typeMapping.get(Types.NUMERIC, 20, 0), BigInteger.class);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user