Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/src/org/eclipse/papyrus/adltool/designer/bundle/IBundleDescriptionDesigner.java')
-rw-r--r--extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/src/org/eclipse/papyrus/adltool/designer/bundle/IBundleDescriptionDesigner.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/src/org/eclipse/papyrus/adltool/designer/bundle/IBundleDescriptionDesigner.java b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/src/org/eclipse/papyrus/adltool/designer/bundle/IBundleDescriptionDesigner.java
index 09d7f163ee2..641d10ca1dd 100644
--- a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/src/org/eclipse/papyrus/adltool/designer/bundle/IBundleDescriptionDesigner.java
+++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/src/org/eclipse/papyrus/adltool/designer/bundle/IBundleDescriptionDesigner.java
@@ -68,7 +68,7 @@ public interface IBundleDescriptionDesigner {
/**
* fill properties of stereotypes from Meta-information of the JAVA bundle object
- *
+ *
* @param bundleComponent
* the UML representation of a bundle
* @param bundleProject
@@ -78,7 +78,7 @@ public interface IBundleDescriptionDesigner {
/**
* get the symbolic name from the JAVA object that represent the bundle
- *
+ *
* @param bundleProject
* @return the symbolic name
*/
@@ -86,7 +86,7 @@ public interface IBundleDescriptionDesigner {
/**
* get the name from the JAVA object that represent the bundle
- *
+ *
* @param bundleProject
* @return the name
*/
@@ -94,7 +94,7 @@ public interface IBundleDescriptionDesigner {
/**
* create packages that are exported to other plugins
- *
+ *
* @param bundleComponent
* the UML representation of the bundle
* @param bundleProject
@@ -104,7 +104,7 @@ public interface IBundleDescriptionDesigner {
/**
* return the list of referenced OSGI element from a bundle
- *
+ *
* @param bundleComponent
* the UML component that represent the bundle
* @param bundleProject

Back to the top