Skip to content
Snippets Groups Projects
Commit db2dd98c authored by dgelessus's avatar dgelessus
Browse files

Fix indents

parent b9f0a4f1
Branches
No related tags found
No related merge requests found
Pipeline #130434 passed
......@@ -358,8 +358,7 @@ public class ModelTranslator extends AbstractComponentTranslator {
final IEvent ucevent = (IEvent) revent.getSource();
// this also works to access comment field; not sure which version is better:
//if((ucevent instanceof ICommentedElement) && ((ICommentedElement) ucevent).hasComment()) {
// System.out.println("Description 1 of " + revent.getLabel() + ": "
// + ((ICommentedElement) ucevent).getComment());
// System.out.println("Description 1 of " + revent.getLabel() + ": " + ((ICommentedElement) ucevent).getComment());
//}
if (ucevent.hasAttribute(EventBAttributes.COMMENT_ATTRIBUTE)) {
final String commentString = ucevent.getAttributeValue(EventBAttributes.COMMENT_ATTRIBUTE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment