-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
java -jar ~/Downloads/google-java-format-1.18.1-all-deps.jar -i $(find . -type f -name "*.java" | grep ".*/src/.*java") mvn com.github.ekryd.sortpom:sortpom-maven-plugin:3.3.0:sort -Dsort.predefinedSortOrder=recommended_2008_06 -Dsort.createBackupFile=false -Pall
- Loading branch information
Showing
2,154 changed files
with
137,703 additions
and
138,040 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
package test; | ||
import java.math.BigDecimal; | ||
|
||
import com.mysema.query.annotations.QueryEntity; | ||
|
||
import java.math.BigDecimal; | ||
|
||
@QueryEntity | ||
public class Test { | ||
|
||
private String property; | ||
private String property; | ||
|
||
private int intProperty; | ||
private int intProperty; | ||
|
||
private BigDecimal bigDecimal; | ||
private BigDecimal bigDecimal; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.