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

Fixed javadoc.

This commit is contained in:
Sergey Prigogin 2011-07-20 12:32:49 -07:00
parent f60aad128c
commit 1f58e41046

View file

@ -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();
}