1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Javadoc adjustment.

This commit is contained in:
Sergey Prigogin 2011-04-13 01:29:20 +00:00
parent c31900d2bc
commit c130243446

View file

@ -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$