Project

General

Profile

Revision 11

Added by Willibald K. over 8 years ago

fix PrintActionsVisitor, adding missing call to super

View differences:

OoaPrintActionsVisitor.java
187 187
			m_seenActions.add(actionString);
188 188
			m_result.add(actionString);
189 189
		}
190

  
191
		super.visit(e);
190 192
	};
191 193

  
192 194

  

Also available in: Unified diff