1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 19:25:38 +02:00

[cleanup] fix javadoc

This commit is contained in:
Martin Oberhuber 2007-02-09 10:43:45 +00:00
parent f62d052091
commit 10f456a585
2 changed files with 2 additions and 2 deletions

View file

@ -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)
{ {

View file

@ -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);