Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java
index 00b2d52b41f..c49ea7d1781 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java
@@ -1,11 +1,11 @@
/**********************************************************************************
* Copyright (c) 2011 Mia-Software.
- *
+ *
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Gabriel Barbier (Mia-Software) - initial API and implementation
* Nicolas Guyomar (Mia-Software) - Bug 333652 Extension point offering the possibility to declare an EPackage browser
@@ -17,12 +17,12 @@ import java.util.Set;
import java.util.TreeSet;
import org.eclipse.emf.ecore.EPackage;
-import org.eclipse.papyrus.emf.facet.util.emf.ui.internal.Activator;
-import org.eclipse.papyrus.emf.facet.util.emf.ui.internal.Messages;
-import org.eclipse.papyrus.emf.facet.util.emf.ui.internal.utils.ImageProvider;
import org.eclipse.jface.dialogs.IDialogSettings;
import org.eclipse.jface.viewers.LabelProvider;
import org.eclipse.papyrus.emf.facet.common.ui.internal.widgets.AnywhereFilterMatcher;
+import org.eclipse.papyrus.emf.facet.util.emf.ui.internal.Activator;
+import org.eclipse.papyrus.emf.facet.util.emf.ui.internal.Messages;
+import org.eclipse.papyrus.emf.facet.util.emf.ui.internal.utils.ImageProvider;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Control;
import org.eclipse.swt.widgets.Shell;
@@ -31,7 +31,7 @@ import org.eclipse.ui.dialogs.ElementListSelectionDialog;
/**
* A dialog which displays a list of URIs from the EMF package registry, and
* allows the user to open one of them.
- *
+ *
* @author Gabriel Barbier
*/
public class UriSelectionDialog extends ElementListSelectionDialog {
@@ -41,7 +41,7 @@ public class UriSelectionDialog extends ElementListSelectionDialog {
/**
* Constructor.
- *
+ *
* @param parent
* the parent shell
*/
@@ -69,7 +69,7 @@ public class UriSelectionDialog extends ElementListSelectionDialog {
/**
* {@inheritDoc}
- *
+ *
* @see org.eclipse.ui.dialogs.SelectionStatusDialog#okPressed()
*/
@Override

Back to the top