View | Details | Raw Unified | Return to bug 262408
Collapse All | Expand All

(-)model/org/eclipse/jdt/core/NamingConventions.java (-7 lines)
Lines 255-267 Link Here
255
	 */
255
	 */
256
	public static final int VK_STATIC_FINAL_FIELD = InternalNamingConventions.VK_STATIC_FINAL_FIELD;
256
	public static final int VK_STATIC_FINAL_FIELD = InternalNamingConventions.VK_STATIC_FINAL_FIELD;
257
	/**
257
	/**
258
	 * Variable kind which represents a constant field (static final).
259
	 * 
260
	 * @since 3.5
261
	 * @deprecated use VK_STATIC_FINAL_FIELD instead. This constant will be removed before 3.5M5.
262
	 */
263
	public static final int VK_CONSTANT_FIELD = InternalNamingConventions.VK_STATIC_FINAL_FIELD;
264
	/**
265
	 * Variable kind which represents an argument.
258
	 * Variable kind which represents an argument.
266
	 * 
259
	 * 
267
	 * @since 3.5
260
	 * @since 3.5

Return to bug 262408