mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-28 18:53:20 +02:00
Fix warning.
This commit is contained in:
parent
1654c235ae
commit
4625dc807e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue