mbeckerle commented on a change in pull request #48: All SDW have WarnIDs to
support suppression of warnings.
URL: https://github.com/apache/incubator-daffodil/pull/48#discussion_r171115264
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/grammar/GrammarTerm.scala
##########
@@ -43,8 +44,12 @@ abstract class Gram(contextArg: SchemaComponent)
extends OOLAGHostImpl(contextArg) {
final def SDE(str: String, args: Any*): Nothing = context.SDE(str, args: _*)
+
+ @deprecated("2018-02-27", "A WarnID is now required.")
Review comment:
Yes, these can be removed entirely.
----------------------------------------------------------------
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