Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2020-02-10 12:31:59 +0000
committerVincent Lorenzo2020-02-17 16:42:10 +0000
commit4f591cbe4568f54b0dbcef50e8fd018e9a11535e (patch)
tree82cb7d643ffdd203eb207de2b79cd72986efcd80 /plugins/infra/ui
parent9cc06e437b987112341792d09cc7f015aa424feb (diff)
downloadorg.eclipse.papyrus-4f591cbe4568f54b0dbcef50e8fd018e9a11535e.tar.gz
org.eclipse.papyrus-4f591cbe4568f54b0dbcef50e8fd018e9a11535e.tar.xz
org.eclipse.papyrus-4f591cbe4568f54b0dbcef50e8fd018e9a11535e.zip
Bug 559968: [Table] org.eclipse.papyrus.infra.nattable.handler.UnsetCellValueHandler must be modified
Change-Id: I25e421666d4b11252122cd6dfd6f7a448d7e1446 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'plugins/infra/ui')
-rw-r--r--plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/util/EditorFactory.java12
1 files changed, 7 insertions, 5 deletions
diff --git a/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/util/EditorFactory.java b/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/util/EditorFactory.java
index 967c32f863f..e25bfcb8e50 100644
--- a/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/util/EditorFactory.java
+++ b/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/util/EditorFactory.java
@@ -1,14 +1,16 @@
/*****************************************************************************
* Copyright (c) 2018 CEA LIST and others.
- *
+ *
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Nicolas FAUVERGUE (CEA LIST) nicolas.fauvergue@cea.fr - Initial API and implementation
- *
+ *
*****************************************************************************/
package org.eclipse.papyrus.infra.widgets.util;
@@ -18,7 +20,7 @@ import org.eclipse.swt.widgets.Composite;
/**
* The editor factory to create value editor.
- *
+ *
* @since 3.3
*/
@FunctionalInterface

Back to the top