### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: model/org/eclipse/jdt/core/NamingConventions.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java,v retrieving revision 1.41 diff -u -r1.41 NamingConventions.java --- model/org/eclipse/jdt/core/NamingConventions.java 20 Nov 2008 12:03:21 -0000 1.41 +++ model/org/eclipse/jdt/core/NamingConventions.java 29 Jan 2009 09:25:34 -0000 @@ -255,13 +255,6 @@ */ public static final int VK_STATIC_FINAL_FIELD = InternalNamingConventions.VK_STATIC_FINAL_FIELD; /** - * Variable kind which represents a constant field (static final). - * - * @since 3.5 - * @deprecated use VK_STATIC_FINAL_FIELD instead. This constant will be removed before 3.5M5. - */ - public static final int VK_CONSTANT_FIELD = InternalNamingConventions.VK_STATIC_FINAL_FIELD; - /** * Variable kind which represents an argument. * * @since 3.5