mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-14 03:35:37 +02:00
[cleanup] fix javadoc
This commit is contained in:
parent
f62d052091
commit
10f456a585
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ public abstract class AbstractSearchResultConfiguration implements IHostSearchRe
|
||||||
* Constructor for a result set configuration. Sets status to <code>RUNNING</code>.
|
* Constructor for a result set configuration. Sets status to <code>RUNNING</code>.
|
||||||
* @param resultSet the parent result set.
|
* @param resultSet the parent result set.
|
||||||
* @param searchObject the target of the search.
|
* @param searchObject the target of the search.
|
||||||
* @param searchString the search string.
|
* @param string the search string.
|
||||||
*/
|
*/
|
||||||
public AbstractSearchResultConfiguration(IHostSearchResultSet resultSet, Object searchObject, SystemSearchString string, ISearchService searchService)
|
public AbstractSearchResultConfiguration(IHostSearchResultSet resultSet, Object searchObject, SystemSearchString string, ISearchService searchService)
|
||||||
{
|
{
|
||||||
|
|
|
@ -112,7 +112,7 @@ public interface IHostSearchResultConfiguration extends IHostSearchConstants {
|
||||||
/**
|
/**
|
||||||
* Sets the status of the search. One of <code>RUNNING</code>, <code>FINISHED</code>,
|
* Sets the status of the search. One of <code>RUNNING</code>, <code>FINISHED</code>,
|
||||||
* <code>CANCELLED</code>, or <code>DISCONNECTED</code>.
|
* <code>CANCELLED</code>, or <code>DISCONNECTED</code>.
|
||||||
* @param the status.
|
* @param status the status.
|
||||||
*/
|
*/
|
||||||
public void setStatus(int status);
|
public void setStatus(int status);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue