mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Fixed javadoc.
This commit is contained in:
parent
f60aad128c
commit
1f58e41046
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ package org.eclipse.cdt.codan.core.model;
|
|||
*/
|
||||
public interface ICodanDisposable {
|
||||
/**
|
||||
* Disposes of the cache. This method has to be called exactly once during
|
||||
* the life cycle of the cache.
|
||||
* Disposes of the object. This method has to be called exactly once during
|
||||
* the life cycle of the object.
|
||||
*/
|
||||
public void dispose();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue