mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
Javadoc adjustment.
This commit is contained in:
parent
c31900d2bc
commit
c130243446
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ public class RefactoringASTCache implements IDisposable {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see IDisposable#dispose()
|
* @see IDisposable#dispose()
|
||||||
* This method should not be called concurrently with any other method.
|
|
||||||
*/
|
*/
|
||||||
public void dispose() {
|
public void dispose() {
|
||||||
Assert.isTrue(!fDisposed, "RefactoringASTCache.dispose() called more than once"); //$NON-NLS-1$
|
Assert.isTrue(!fDisposed, "RefactoringASTCache.dispose() called more than once"); //$NON-NLS-1$
|
||||||
|
|
Loading…
Add table
Reference in a new issue