Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipe Mulet2001-08-07 10:06:50 +0000
committerPhilipe Mulet2001-08-07 10:06:50 +0000
commitfe0589daa77c35c2d529f4eb28b4a64d2d819b86 (patch)
treea18f8d95705897498ec8b5139360d10be5a18f52
parentedb3bffd76de25f6aa25407bd6a743b7d4c91a0d (diff)
downloadeclipse.jdt.core-fe0589daa77c35c2d529f4eb28b4a64d2d819b86.tar.gz
eclipse.jdt.core-fe0589daa77c35c2d529f4eb28b4a64d2d819b86.tar.xz
eclipse.jdt.core-fe0589daa77c35c2d529f4eb28b4a64d2d819b86.zip
*** empty log message ***
-rw-r--r--org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ConfigurableOption.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ConfigurableOption.java b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ConfigurableOption.java
index 5221d4b1ce..01f1a28e71 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ConfigurableOption.java
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ConfigurableOption.java
@@ -254,13 +254,6 @@ public class ConfigurableOption {
}
/**
- * @deprecated - use getValueIndex() instead
- */
- public int getCurrentValueIndex(){
- return this.getValueIndex();
- }
-
- /**
* Gets the valueIndex
* @return Returns a int
*/

Back to the top