Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.ui.swt/src/org/eclipse/osee/framework/ui/swt/TextCellEditor.java')
-rw-r--r--plugins/org.eclipse.osee.framework.ui.swt/src/org/eclipse/osee/framework/ui/swt/TextCellEditor.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.swt/src/org/eclipse/osee/framework/ui/swt/TextCellEditor.java b/plugins/org.eclipse.osee.framework.ui.swt/src/org/eclipse/osee/framework/ui/swt/TextCellEditor.java
index 08474f284c0..efb35040d4b 100644
--- a/plugins/org.eclipse.osee.framework.ui.swt/src/org/eclipse/osee/framework/ui/swt/TextCellEditor.java
+++ b/plugins/org.eclipse.osee.framework.ui.swt/src/org/eclipse/osee/framework/ui/swt/TextCellEditor.java
@@ -125,9 +125,6 @@ public abstract class TextCellEditor extends CustomTableCellEditor<String> {
/**
* Called when the cell editor has lost focus.
*
- * @param itemIndex
- * @param value
- * @param previousValue
* @return String
*/
@Override
@@ -137,7 +134,6 @@ public abstract class TextCellEditor extends CustomTableCellEditor<String> {
* Either enables or disables this cell editor. A disabled cell editor will not edit any cells in the entire column
* that this cell editor is attached to.
*
- * @param enabled
*/
public void setEnabled(boolean enabled) {
// do nothing if already enabled/disabled

Back to the top