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

Deprecated TranslationUnitHelper.

This commit is contained in:
Sergey Prigogin 2011-04-18 18:43:21 +00:00
parent f40f3e9288
commit 13cdc9a116

View file

@ -38,7 +38,7 @@ import org.eclipse.cdt.internal.ui.refactoring.Container;
* A collection of methods that deal with IASTTranslationUnits. * A collection of methods that deal with IASTTranslationUnits.
* *
* @author Mirko Stocker * @author Mirko Stocker
* @deprecated Use REfactoringASTCache. * @deprecated Use RefactoringASTCache.
*/ */
@Deprecated @Deprecated
public class TranslationUnitHelper { public class TranslationUnitHelper {