1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 02:53:12 +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 { 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();
} }