1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-04 06:03:18 +02:00

Fixed warnings.

This commit is contained in:
Sergey Prigogin 2011-08-22 20:26:21 -07:00
parent 6f2671b1ee
commit 49342dc9bf

View file

@ -36,8 +36,8 @@ import org.eclipse.core.runtime.Path;
/**
* Tests for CModel identifier API.
*
* @see ICElement#getHandleIdentier()
* @see CoreModel.create(String)
* @see ICElement#getHandleIdentifier()
* @see CoreModel#create(String)
*
* @since 5.0
*/