mbeckerle commented on a change in pull request #150: Removed use of 
ThreadLocal for DFA Register Pool.
URL: https://github.com/apache/incubator-daffodil/pull/150#discussion_r240830940
 
 

 ##########
 File path: 
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/dfa/TextPaddingParser.scala
 ##########
 @@ -34,18 +35,18 @@ class TextPaddingParser(val padChar: Char,
 
   val paddingDFA = CreatePaddingDFA(padChar, context)
 
-  def parse(finfo: FormatInfo, input: DataInputStream, delimIter: 
DelimiterIterator): Maybe[ParseResult] = {
+  def parse(finfo: PState, input: DataInputStream, delimIter: 
DelimiterIterator): Maybe[ParseResult] = {
 
 Review comment:
   change name

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to