From c1302434466969a8b29a4b809d2eedc10261b65d Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Wed, 13 Apr 2011 01:29:20 +0000 Subject: [PATCH] Javadoc adjustment. --- .../eclipse/cdt/internal/ui/refactoring/RefactoringASTCache.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/RefactoringASTCache.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/RefactoringASTCache.java index e0e6ad5d468..1b56aa359fb 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/RefactoringASTCache.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/RefactoringASTCache.java @@ -124,7 +124,6 @@ public class RefactoringASTCache implements IDisposable { /** * @see IDisposable#dispose() - * This method should not be called concurrently with any other method. */ public void dispose() { Assert.isTrue(!fDisposed, "RefactoringASTCache.dispose() called more than once"); //$NON-NLS-1$