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

Fix indents

parent b9f0a4f1
No related branches found
No related tags found
No related merge requests found
Pipeline #130434 passed
...@@ -358,8 +358,7 @@ public class ModelTranslator extends AbstractComponentTranslator { ...@@ -358,8 +358,7 @@ public class ModelTranslator extends AbstractComponentTranslator {
final IEvent ucevent = (IEvent) revent.getSource(); final IEvent ucevent = (IEvent) revent.getSource();
// this also works to access comment field; not sure which version is better: // this also works to access comment field; not sure which version is better:
//if((ucevent instanceof ICommentedElement) && ((ICommentedElement) ucevent).hasComment()) { //if((ucevent instanceof ICommentedElement) && ((ICommentedElement) ucevent).hasComment()) {
// System.out.println("Description 1 of " + revent.getLabel() + ": " // System.out.println("Description 1 of " + revent.getLabel() + ": " + ((ICommentedElement) ucevent).getComment());
// + ((ICommentedElement) ucevent).getComment());
//} //}
if (ucevent.hasAttribute(EventBAttributes.COMMENT_ATTRIBUTE)) { if (ucevent.hasAttribute(EventBAttributes.COMMENT_ATTRIBUTE)) {
final String commentString = ucevent.getAttributeValue(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