Replaced StringBuffer with StringBuilder again
This commit is contained in:
@ -301,7 +301,7 @@ ASTDDLCommand DDLCommand() :
|
||||
|
||||
ASTSqlPlusCommand SqlPlusCommand() :
|
||||
{
|
||||
StringBuffer sb = new StringBuffer();
|
||||
StringBuilder sb = new StringBuilder();
|
||||
}
|
||||
{
|
||||
(
|
||||
|
Reference in New Issue
Block a user