Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Helming2017-01-11 11:02:40 +0000
committerEugen Neufeld2017-01-12 15:24:15 +0000
commit9275e20865702f3f42b00de382ff880c1e5142eb (patch)
tree76d53862e36cb0a9fb3ba7b006cc8ec6855c26e1 /bundles
parent51c1dc916de6410f274dca14ccbafc1599d4db97 (diff)
downloadorg.eclipse.emf.ecp.core-9275e20865702f3f42b00de382ff880c1e5142eb.tar.gz
org.eclipse.emf.ecp.core-9275e20865702f3f42b00de382ff880c1e5142eb.tar.xz
org.eclipse.emf.ecp.core-9275e20865702f3f42b00de382ff880c1e5142eb.zip
TCI - removed error
blank was confusing API tooling, so @since tag was not recognized Change-Id: I876a18c02318ce3b12f7bf9ec863347d99f32beb Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/table/ECPCellEditor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/table/ECPCellEditor.java b/bundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/table/ECPCellEditor.java
index 438be541e1..ff931a458a 100644
--- a/bundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/table/ECPCellEditor.java
+++ b/bundles/org.eclipse.emf.ecp.edit.swt/src/org/eclipse/emf/ecp/edit/spi/swt/table/ECPCellEditor.java
@@ -39,7 +39,7 @@ public interface ECPCellEditor {
/**
* Indicator for an alternative copy string.
- *
+ *
* @since 1.11
*/
String COPY_STRING_ALTERNATIVE = "org.eclipse.emf.ecp.edit.spi.swt.table.copyStringAlternative"; //$NON-NLS-1$

Back to the top