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

(-)model/org/eclipse/jdt/core/JavaCore.java (+1 lines)
Lines 709-714 Link Here
709
	 * </dl>
709
	 * </dl>
710
	 * @since 3.0
710
	 * @since 3.0
711
	 * @category CompilerOptionID
711
	 * @category CompilerOptionID
712
	 * @deprecated - this option has no effect
712
	 */
713
	 */
713
	public static final String COMPILER_PB_BOOLEAN_METHOD_THROWING_EXCEPTION = PLUGIN_ID + ".compiler.problem.booleanMethodThrowingException"; //$NON-NLS-1$
714
	public static final String COMPILER_PB_BOOLEAN_METHOD_THROWING_EXCEPTION = PLUGIN_ID + ".compiler.problem.booleanMethodThrowingException"; //$NON-NLS-1$
714
	/**
715
	/**

Return to bug 245963