diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/TranslationUnitHelper.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/TranslationUnitHelper.java index 6337d7c93bc..37b29c5d516 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/TranslationUnitHelper.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/TranslationUnitHelper.java @@ -38,7 +38,7 @@ import org.eclipse.cdt.internal.ui.refactoring.Container; * A collection of methods that deal with IASTTranslationUnits. * * @author Mirko Stocker - * @deprecated Use REfactoringASTCache. + * @deprecated Use RefactoringASTCache. */ @Deprecated public class TranslationUnitHelper {