1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2015-02-05 20:58:11 -08:00
parent 312aebf72b
commit a424fc6329
2 changed files with 1 additions and 4 deletions

View file

@ -13,7 +13,6 @@
package org.eclipse.cdt.ui.text.contentassist;
import org.eclipse.core.runtime.Assert;
import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.text.IDocument;
import org.eclipse.jface.text.ITextViewer;
@ -27,13 +26,12 @@ import org.eclipse.jface.text.ITextViewer;
* specific context information such as an AST.
* </p>
* <p>
* Clients may instantiate.
* Clients may instantiate. Any created context has to be disposed.
* </p>
* @noextend This class is not intended to be subclassed by clients.
* @since 4.0
*/
public class ContentAssistInvocationContext {
/* state */
private final ITextViewer fViewer;
private final IDocument fDocument;

View file

@ -26,7 +26,6 @@ import org.eclipse.cdt.core.model.ITranslationUnit;
* @noimplement This interface is not intended to be implemented by clients.
*/
public interface ICEditorContentAssistInvocationContext {
/**
* Returns the translation unit that content assist is invoked in, <code>null</code> if there
* is none.