mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-08 02:53:12 +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 {
|
public interface ICodanDisposable {
|
||||||
/**
|
/**
|
||||||
* Disposes of the cache. This method has to be called exactly once during
|
* Disposes of the object. This method has to be called exactly once during
|
||||||
* the life cycle of the cache.
|
* the life cycle of the object.
|
||||||
*/
|
*/
|
||||||
public void dispose();
|
public void dispose();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue