Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot another missing params help
  • Loading branch information
egonw committed Aug 14, 2012
1 parent 7c780db commit e4f1cd0
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -69,7 +69,8 @@ public interface IQsarManager extends IBioclipseManager{


@PublishedMethod( methodSummary = "Returns the ID's of " +
"available descriptors for a provider" )
"available descriptors for a provider",
params="String providerID")
public List<String> getDescriptorImplsByProvider(String providerID)
throws BioclipseException;
public List<DescriptorImpl> getFullDescriptorImpls(
Expand Down

0 comments on commit e4f1cd0

Please sign in to comment.