parsers/java/PJConstructorDeclarationNode.st
changeset 642 77d5fddb6462
parent 435 3bc08fb90133
--- 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'!