Skip to content

Commit

Permalink
More documentation fixes: Search → String
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Nov 12, 2011
1 parent d4b99a0 commit 384ed4a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -190,7 +190,7 @@ public interface IOpentoxManager extends IBioclipseManager {
methodSummary=
"Search the data sets available from the given service that " +
"match the given title search string.",
params="String ontologyServer, Search query"
params="String ontologyServer, String query"
)
public IStringMatrix searchDataSets(String ontologyServer, String query);

Expand All @@ -199,7 +199,7 @@ public interface IOpentoxManager extends IBioclipseManager {
methodSummary=
"Search the descriptors available from the given service that " +
"match the given title search string.",
params="String ontologyServer, Search query"
params="String ontologyServer, String query"
)
public IStringMatrix searchDescriptors(String ontologyServer, String query);

Expand Down

0 comments on commit 384ed4a

Please sign in to comment.