code format

This commit is contained in:
Shinsuke Sugaya 2014-05-02 12:17:13 +09:00
parent b8b1259d2e
commit 969cde0e6f

View file

@ -1452,7 +1452,7 @@ public class QueryHelper implements Serializable {
additionalQueryParamMap.put(key, values);
}
protected String getDefaultOperator(){
protected String getDefaultOperator() {
return DEFAULT_OPERATOR;
}