diff -r 51c6afba5c91 -r 77d5fddb6462 parsers/java/PJConstructorDeclarationNode.st --- a/parsers/java/PJConstructorDeclarationNode.st Sat Mar 19 00:12:47 2016 +0100 +++ b/parsers/java/PJConstructorDeclarationNode.st Wed Nov 14 13:01:14 2018 +0100 @@ -9,7 +9,9 @@ category:'PetitJava-AST' ! -PJConstructorDeclarationNode comment:'constructor-specific behavioural entity. more in superclass comment' +PJConstructorDeclarationNode comment:'constructor-specific behavioural entity. + +more in superclass comment' ! !PJConstructorDeclarationNode methodsFor:'accessing'!