Skip to content

Commit

Permalink
Renamed variable to be clear that the String is a URI for an ontology…
Browse files Browse the repository at this point in the history
… server
  • Loading branch information
egonw committed Apr 23, 2012
1 parent e9afa75 commit b01a4f1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -52,9 +52,9 @@ public interface IOpentoxManager extends IBioclipseManager {
@PublishedMethod(
methodSummary=
"Lists the predictive models available from the given service.",
params="String service"
params="String ontologyServer"
)
public List<String> listModels(String service);
public List<String> listModels(String ontologyServer);

@Recorded
@PublishedMethod(
Expand Down

0 comments on commit b01a4f1

Please sign in to comment.