mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
removed getter for the StringBuilder in DefaultDbSqlContext
This commit is contained in:
@@ -155,10 +155,6 @@ public class DefaultDbSqlContext implements DbSqlContext {
|
||||
currentPrefix = prefixStack.pop();
|
||||
}
|
||||
|
||||
public StringBuilder getBuffer() {
|
||||
return sb;
|
||||
}
|
||||
|
||||
public DefaultDbSqlContext append(String s) {
|
||||
sb.append(s);
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user