parsers/java/PJInfixOperationNode.st
changeset 642 77d5fddb6462
parent 435 3bc08fb90133
--- a/parsers/java/PJInfixOperationNode.st	Sat Mar 19 00:12:47 2016 +0100
+++ b/parsers/java/PJInfixOperationNode.st	Wed Nov 14 13:01:14 2018 +0100
@@ -9,7 +9,9 @@
 	category:'PetitJava-AST'
 !
 
-PJInfixOperationNode comment:'This node is a STUB!!!!!!!!

It''s being used for each node that consists of 2 expressions and some operation in between e.g.: +, -, =, +=, ==...'
+PJInfixOperationNode comment:'This node is a STUB!!!!!!!!
+
+It''s being used for each node that consists of 2 expressions and some operation in between e.g.: +, -, =, +=, ==...'
 !
 
 !PJInfixOperationNode methodsFor:'accessing'!