From 42164bf6d23b411ad13dec8a4540a3450d072483 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 18 Oct 2021 16:20:40 +0200 Subject: Inherit constants --- config-model/src/main/javacc/SDParser.jj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config-model/src/main/javacc/SDParser.jj') diff --git a/config-model/src/main/javacc/SDParser.jj b/config-model/src/main/javacc/SDParser.jj index bfab2138b92..0f60db40069 100644 --- a/config-model/src/main/javacc/SDParser.jj +++ b/config-model/src/main/javacc/SDParser.jj @@ -738,7 +738,7 @@ void annotationOutside(Schema schema) : } /** - * This rule consumes a annotation block from within either a document element. + * Consumes a annotation block from within either a document element. * * @param document the document object to add content to */ @@ -761,9 +761,9 @@ void annotation(Schema schema, SDDocumentType document) : /** - * This rule consumes a single element of an annotation body block. + * Consumes a single element of an annotation body block. * - * @param schema the seaschemarch object to add content to + * @param schema the schema object to add content to * @param type the type being built * @return a modified or new AnnotationType instance */ -- cgit v1.2.3