mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Adjusted comment.
This commit is contained in:
parent
beee2aa405
commit
4cc133917e
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* IBM Corporation - initial API and implementation
|
||||
* IBM Corporation - initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.ui;
|
||||
|
||||
|
@ -63,8 +63,8 @@ public interface IWorkingCopyManager {
|
|||
void disconnect(IEditorInput input);
|
||||
|
||||
/**
|
||||
* Returns the working copy remembered for the translation unit encoded in the
|
||||
* given editor input.
|
||||
* Returns the working copy remembered for the translation unit encoded in
|
||||
* the given editor input.
|
||||
*
|
||||
* @param input the editor input
|
||||
* @return the working copy of the translation unit, or <code>null</code> if the
|
||||
|
@ -75,7 +75,7 @@ public interface IWorkingCopyManager {
|
|||
|
||||
/**
|
||||
* Shuts down this working copy manager. All working copies still remembered
|
||||
* by this manager are destroyed.
|
||||
* by this manager is destroyed.
|
||||
*/
|
||||
void shutdown();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue