mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-19 21:00:53 +08:00
reformatted
This commit is contained in:
parent
a822ab8915
commit
13b45cf08f
@ -48,7 +48,8 @@ public final class Template implements Serializable{
|
||||
this.index = index;
|
||||
this.staticText = null;
|
||||
this.toString = String.valueOf(index);
|
||||
}
|
||||
}
|
||||
|
||||
Element(int index, boolean asString) {
|
||||
this.asString = asString;
|
||||
this.converter = null;
|
||||
@ -56,6 +57,7 @@ public final class Template implements Serializable{
|
||||
this.staticText = null;
|
||||
this.toString = index + (asString ? "s" : "");
|
||||
}
|
||||
|
||||
Element(String text) {
|
||||
this.asString = false;
|
||||
this.converter = null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user