mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-07-17 12:57:33 +08:00
adding comment for non-static tokenizer
This commit is contained in:
parent
9bfe69aef1
commit
0b716a759f
@ -17,6 +17,8 @@
|
||||
private static readonly NameTokenizer NameTokenizer = new NameTokenizer();
|
||||
private static readonly PlainTokenizer PlainTokenizer = new PlainTokenizer();
|
||||
|
||||
// NOTE: these are not thread safe so should not be static. Each instance includes a
|
||||
// StringBuilder it re-uses.
|
||||
private readonly NumericTokenizer NumericTokenizer = new NumericTokenizer();
|
||||
private readonly StringTokenizer StringTokenizer = new StringTokenizer();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user