stevedlawrence commented on a change in pull request #129: Cross Testing 
Capability with IBM DFDL
URL: https://github.com/apache/incubator-daffodil/pull/129#discussion_r229032219
 
 

 ##########
 File path: 
daffodil-tdml/src/main/scala/org/apache/daffodil/tdml/TDMLRunner.scala
 ##########
 @@ -89,44 +81,54 @@ import 
org.apache.daffodil.processors.charset.BitsCharsetNonByteSize
 import org.apache.daffodil.processors.charset.BitsCharsetNonByteSizeEncoder
 import org.apache.daffodil.io.FormatInfo
 import org.apache.daffodil.io.InputSourceDataInputStream
-import java.nio.charset.{ Charset => JavaCharset }
+import java.nio.charset.{Charset => JavaCharset}
 import java.io.OutputStream
 
+import org.apache.daffodil.tdml.processor.{
+  TDMLParseResult,
+  DaffodilTDMLDFDLProcessor,
+  TDMLDFDLProcessor,
+  TDMLResult,
+  TDMLUnparseResult,
+  TDML,
+  TDMLDFDLProcessorFactory
+}
+
 /**
- * Parses and runs tests expressed in IBM's contributed tdml "Test Data Markup 
Language"
- */
+  * Parses and runs tests expressed in IBM's contributed tdml "Test Data 
Markup Language"
+  */
 
 Review comment:
   Did your eclipse comment style get changes? What you had before is what 
we've always used, and it's now difficult to tell what comments actually 
changed or just have a slightly different style.

----------------------------------------------------------------
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