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

Collapse All | Expand All

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

Return to bug 293711