1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

Fixed a typo.

This commit is contained in:
Sergey Prigogin 2014-04-22 17:09:52 -07:00
parent 861c9a0a29
commit 7f914e4a6a
2 changed files with 6 additions and 8 deletions

View file

@ -13,7 +13,7 @@ package org.eclipse.cdt.codan.core.model;
/** /**
* IProblemReporter - interface to report problems. * IProblemReporter - interface to report problems.
* *
* It is recommented to extend {@link AbstractProblemReporter} instead * It is recommended to extend {@link AbstractProblemReporter} instead
* *
* <p> * <p>
* <strong>EXPERIMENTAL</strong>. This class or interface has been added as * <strong>EXPERIMENTAL</strong>. This class or interface has been added as

View file

@ -15,7 +15,6 @@ import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.cdt.core.dom.ast.IASTTranslationUnit; import org.eclipse.cdt.core.dom.ast.IASTTranslationUnit;
/** /**
* Interface of an object listening to (AST-) reconciling. * Interface of an object listening to (AST-) reconciling.
* Inspired by JDT. * Inspired by JDT.
@ -23,7 +22,6 @@ import org.eclipse.cdt.core.dom.ast.IASTTranslationUnit;
* @since 4.0 * @since 4.0
*/ */
public interface ICReconcilingListener { public interface ICReconcilingListener {
/** /**
* Called before reconciling is started. * Called before reconciling is started.
*/ */
@ -34,7 +32,7 @@ public interface ICReconcilingListener {
* *
* @param ast * @param ast
* the translation unit AST or <code>null</code> if the working * the translation unit AST or <code>null</code> if the working
* copy was consistent or reconcilation has been cancelled * copy was consistent or reconciliation has been cancelled
* @param force * @param force
* flag indicating whether the reconciler was invoked forcefully * flag indicating whether the reconciler was invoked forcefully
* @param progressMonitor * @param progressMonitor