Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2013-12-18 07:53:19 +0000
committerVincent Lorenzo2013-12-18 07:53:19 +0000
commitbe31acf6496375d300561995bd4044c751df8ade (patch)
tree5237c2b77e4def51639a827fde58b9658e04f3d1
parent1ec6831950d018e1f5a3f4f3f92a9f05b12e69ec (diff)
parentc5a90f43ab938b8e2723ba7dd9e4b52d30827419 (diff)
downloadorg.eclipse.papyrus-be31acf6496375d300561995bd4044c751df8ade.tar.gz
org.eclipse.papyrus-be31acf6496375d300561995bd4044c751df8ade.tar.xz
org.eclipse.papyrus-be31acf6496375d300561995bd4044c751df8ade.zip
Merge branch 'master' of ssh://vlorenzo@git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java
index a41420854ca..d3b387a026c 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java
@@ -94,6 +94,9 @@ import org.eclipse.ui.IWorkbenchPartSite;
import org.eclipse.ui.PlatformUI;
import org.eclipse.ui.commands.ICommandService;
+import com.google.common.collect.BiMap;
+import com.google.common.collect.HashBiMap;
+
public class NattableModelManager extends AbstractNattableWidgetManager implements INattableModelManager, IAdaptable {
/**

Back to the top