Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layers/org.eclipse.papyrus.layers.runtime/src/org/eclipse/papyrus/layers/runtime/LayersStackApplicationEventNotifier.java')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.runtime/src/org/eclipse/papyrus/layers/runtime/LayersStackApplicationEventNotifier.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.runtime/src/org/eclipse/papyrus/layers/runtime/LayersStackApplicationEventNotifier.java b/extraplugins/layers/org.eclipse.papyrus.layers.runtime/src/org/eclipse/papyrus/layers/runtime/LayersStackApplicationEventNotifier.java
index e1aa035c91e..b863841cfe5 100644
--- a/extraplugins/layers/org.eclipse.papyrus.layers.runtime/src/org/eclipse/papyrus/layers/runtime/LayersStackApplicationEventNotifier.java
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.runtime/src/org/eclipse/papyrus/layers/runtime/LayersStackApplicationEventNotifier.java
@@ -133,7 +133,7 @@ public class LayersStackApplicationEventNotifier {
/**
* Return true if the object is disposed.
- *
+ *
* @return
*/
protected boolean isDisposed() {
@@ -162,7 +162,7 @@ public class LayersStackApplicationEventNotifier {
/**
* Remove the specified listener from the list of listeners.
- *
+ *
* @param listener
*/
public void removeLayersModelEventListener(ILayersStackApplicationEventListener listener) {
@@ -172,7 +172,7 @@ public class LayersStackApplicationEventNotifier {
/**
* Called by events when a {@link LayersStack} is added to the {@link LayersStackApplication}
- *
+ *
* @param msg
*/
protected void layerStackAdded(Notification msg) {
@@ -183,7 +183,7 @@ public class LayersStackApplicationEventNotifier {
/**
* Called by events when a {@link LayersStack} is removed from the {@link LayersStackApplication}
- *
+ *
* @param msg
*/
protected void layerStackRemoved(Notification msg) {
@@ -194,7 +194,7 @@ public class LayersStackApplicationEventNotifier {
/**
* Utility method returning the layer stack in case of addedLayer event.
- *
+ *
* @param msg
* @return
*/
@@ -204,7 +204,7 @@ public class LayersStackApplicationEventNotifier {
/**
* Utility method returning the layer stack in case of removeLayer event.
- *
+ *
* @param msg
* @return
*/

Back to the top