Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/actionbarcontributor/ComposedActionBarContributor.java')
-rw-r--r--plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/actionbarcontributor/ComposedActionBarContributor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/actionbarcontributor/ComposedActionBarContributor.java b/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/actionbarcontributor/ComposedActionBarContributor.java
index 876d824c1a0..6d357ad3e88 100644
--- a/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/actionbarcontributor/ComposedActionBarContributor.java
+++ b/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/actionbarcontributor/ComposedActionBarContributor.java
@@ -82,7 +82,7 @@ public class ComposedActionBarContributor extends MultiPageEditorActionBarContri
}
if (Activator.log.isDebugEnabled()) {
- Activator.log.debug("setActivePage(" + activeEditor + " " + ")");
+ Activator.log.debug("setActivePage(" + activeEditor + " " + ")"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
}
activeNestedEditor = activeEditor;
@@ -112,7 +112,7 @@ public class ComposedActionBarContributor extends MultiPageEditorActionBarContri
@Override
public void setActiveEditor(IEditorPart part) {
if (Activator.log.isDebugEnabled()) {
- Activator.log.debug("setActiveEditor(" + part + " " + ")");
+ Activator.log.debug("setActiveEditor(" + part + " " + ")"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
}
// Switch the editor and activeContributor.

Back to the top