Navigation Menu

Skip to content

Commit

Permalink
Remove trailing whitespace in querydsl-ant-test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnktims committed May 9, 2015
1 parent 2011ac4 commit 692a350
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions 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;
}

0 comments on commit 692a350

Please sign in to comment.