mbeckerle commented on a change in pull request #194: Fix poor diagnostic.
URL: https://github.com/apache/incubator-daffodil/pull/194#discussion_r263927525
##########
File path:
daffodil-lib/src/main/scala/org/apache/daffodil/cookers/EntityReplacer.scala
##########
@@ -47,8 +47,7 @@ final class EntityReplacer {
val dfdlCharClassEntityName = "NL|WSP|WSP\\*|WSP\\+|ES"
val entityCharacterUnicode: List[(String, String, Matcher)] =
- List(
- ("NUL", "\u0000", Pattern.compile("%" + "NUL" + ";",
Pattern.MULTILINE).matcher("")),
+ List(("NUL", "\u0000", Pattern.compile("%" + "NUL" + ";",
Pattern.MULTILINE).matcher("")),
Review comment:
Does not seem to be any way to avoid, other than turning off all
auto-formatting.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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