From 692a350fbea0342f66c7801ad09fed57def3fbff Mon Sep 17 00:00:00 2001 From: John Tims Date: Sat, 9 May 2015 00:56:33 -0400 Subject: [PATCH] Remove trailing whitespace in querydsl-ant-test --- querydsl-ant-test/src/test/Test.java | 30 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/querydsl-ant-test/src/test/Test.java b/querydsl-ant-test/src/test/Test.java index 02ee9ee8f..178567891 100755 --- a/querydsl-ant-test/src/test/Test.java +++ b/querydsl-ant-test/src/test/Test.java @@ -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; +}