View | Details | Raw Unified | Return to bug 293711 | Differences between
and this patch

Collapse All | Expand All

(-)model/org/eclipse/jdt/core/ICompilationUnit.java (-1 / +7 lines)
Lines 402-408 Link Here
402
ICompilationUnit getPrimary();
402
ICompilationUnit getPrimary();
403
/**
403
/**
404
 * Returns the working copy owner of this working copy.
404
 * Returns the working copy owner of this working copy.
405
 * Returns null if it is not a working copy or if it has no owner.
405
 * 
406
 * Returns null if:
407
 * <ul>
408
 * <li>it is not a working copy,</li>
409
 * <li>or it has no owner,</li>
410
 * <li>or it is a primary working copy.</li>
411
 * </ul> 
406
 *
412
 *
407
 * @return WorkingCopyOwner the owner of this working copy or <code>null</code>
413
 * @return WorkingCopyOwner the owner of this working copy or <code>null</code>
408
 * @since 3.0
414
 * @since 3.0

Return to bug 293711