1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Adjusted comment.

This commit is contained in:
Sergey Prigogin 2011-01-06 19:29:09 +00:00
parent beee2aa405
commit 4cc133917e

View file

@ -6,7 +6,7 @@
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.ui; package org.eclipse.cdt.ui;
@ -63,8 +63,8 @@ public interface IWorkingCopyManager {
void disconnect(IEditorInput input); void disconnect(IEditorInput input);
/** /**
* Returns the working copy remembered for the translation unit encoded in the * Returns the working copy remembered for the translation unit encoded in
* given editor input. * the given editor input.
* *
* @param input the editor input * @param input the editor input
* @return the working copy of the translation unit, or <code>null</code> if the * @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 * Shuts down this working copy manager. All working copies still remembered
* by this manager are destroyed. * by this manager is destroyed.
*/ */
void shutdown(); void shutdown();