This is an automated email from the ASF dual-hosted git repository. jadams pushed a commit to branch fix_format in repository https://gitbox.apache.org/repos/asf/daffodil.git
commit 4907ac9e73c593cabce6bb2dcf91eb6d416f4e78 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.", ) }
