Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/services/ProfileCatalogService.java')
-rw-r--r--plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/services/ProfileCatalogService.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/services/ProfileCatalogService.java b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/services/ProfileCatalogService.java
index a02ec6450e7..1bec96807f4 100644
--- a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/services/ProfileCatalogService.java
+++ b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/services/ProfileCatalogService.java
@@ -70,7 +70,7 @@ public class ProfileCatalogService implements IService {
*/
@Override
public void disposeService() throws ServiceException {
- // TODO Auto-generated method stub
+
}
@@ -79,7 +79,7 @@ public class ProfileCatalogService implements IService {
* @return
*/
public UserProfileCatalog getProfileCatalog() {
- // TODO Auto-generated method stub
+
return profileCatalog;
}

Back to the top