mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-04 21:01:21 +08:00
Remove trailing whitespace in querydsl-ant-test
This commit is contained in:
parent
2011ac4b23
commit
692a350fbe
@ -1,15 +1,15 @@
|
||||
package test;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import com.mysema.query.annotations.QueryEntity;
|
||||
|
||||
|
||||
@QueryEntity
|
||||
public class Test {
|
||||
|
||||
private String property;
|
||||
|
||||
private int intProperty;
|
||||
|
||||
private BigDecimal bigDecimal;
|
||||
}
|
||||
package test;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import com.mysema.query.annotations.QueryEntity;
|
||||
|
||||
|
||||
@QueryEntity
|
||||
public class Test {
|
||||
|
||||
private String property;
|
||||
|
||||
private int intProperty;
|
||||
|
||||
private BigDecimal bigDecimal;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user