mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
updated version to 0.1.9
This commit is contained in:
parent
36c1ce913c
commit
d499f822e0
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.mysema.codegen</groupId>
|
||||
<artifactId>codegen</artifactId>
|
||||
<version>0.1.8-SNAPSHOT</version>
|
||||
<version>0.1.9</version>
|
||||
<name>Codegen</name>
|
||||
<description>Code generation and compilation for Java</description>
|
||||
<parent>
|
||||
|
||||
@ -131,6 +131,9 @@ public class TypeTest {
|
||||
assertTrue(locale.isFinal());
|
||||
assertTrue(locale2.isFinal());
|
||||
assertFalse(stringList.isFinal());
|
||||
|
||||
assertTrue(Types.STRING.isFinal());
|
||||
assertTrue(Types.LONG.isFinal());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user