This is an automated email from the ASF dual-hosted git repository.

jadams pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new abbdc0f4d Appease scalafmt with extraneous comma
abbdc0f4d is described below

commit abbdc0f4dfd69da568d47e5117aa1a99e873a445
Author: Josh Adams <[email protected]>
AuthorDate: Fri Mar 3 07:21:41 2023 -0500

    Appease scalafmt with extraneous comma
---
 .../src/main/scala/org/apache/daffodil/core/dsom/GroupDef.scala         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/daffodil-core/src/main/scala/org/apache/daffodil/core/dsom/GroupDef.scala 
b/daffodil-core/src/main/scala/org/apache/daffodil/core/dsom/GroupDef.scala
index 59ffbbe20..55d077d47 100644
--- a/daffodil-core/src/main/scala/org/apache/daffodil/core/dsom/GroupDef.scala
+++ b/daffodil-core/src/main/scala/org/apache/daffodil/core/dsom/GroupDef.scala
@@ -141,7 +141,7 @@ sealed abstract class GlobalGroupDef(
     if (dais.nonEmpty)
       SDW(
         WarnID.InvalidAnnotationPoint,
-        "Annotations placed directly on a group definition will be ignored by 
DFDL. Any annotation expected to be processed by DFDL should instead be placed 
on the group reference, sequence or choice."
+        "Annotations placed directly on a group definition will be ignored by 
DFDL. Any annotation expected to be processed by DFDL should instead be placed 
on the group reference, sequence or choice.",
       )
   }
 

Reply via email to