Skip to content
Snippets Groups Projects
Commit 8462cee3 authored by dgelessus's avatar dgelessus
Browse files

Replace uses of StringBuffer in lexer/parser templates

StringBuffer is synchronized for thread safety, but Lexer is already not
thread-safe anyway, so this is unnecessary overhead. The other uses of
StringBuffer were local in a single method and so can also be safely
replaced.
parent a53039ec
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment