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

(-)model/org/eclipse/jdt/core/JavaModelException.java (-1 / +1 lines)
Lines 30-36 Link Here
30
 *
30
 *
31
 * @see IJavaModelStatus
31
 * @see IJavaModelStatus
32
 * @see IJavaModelStatusConstants
32
 * @see IJavaModelStatusConstants
33
 * @noinstantiate This class is not intended to be instantiated by clients.
33
 *
34
 * @noextend This class is not intended to be subclassed by clients.
34
 * @noextend This class is not intended to be subclassed by clients.
35
 */
35
 */
36
public class JavaModelException extends CoreException {
36
public class JavaModelException extends CoreException {

Return to bug 229636