1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-28 18:53:20 +02:00

Fix warning.

This commit is contained in:
Markus Schorn 2009-05-04 14:53:04 +00:00
parent 1654c235ae
commit 4625dc807e

View file

@ -53,8 +53,8 @@ public interface IIndexFragmentBinding extends IIndexBinding {
IIndexScope getScope(); IIndexScope getScope();
/** /**
* @since 5.1
* {@inheritDoc} * {@inheritDoc}
* @since 5.1
*/ */
IIndexFragmentBinding getOwner() throws DOMException; IIndexFragmentBinding getOwner() throws DOMException;