Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a parameter type
  • Loading branch information
egonw committed Aug 14, 2012
1 parent e4f1cd0 commit 3c90065
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ public List<DescriptorImpl> getFullDescriptorImpls(
@PublishedMethod(methodSummary = "Get a list of descriptor IDs" )
public List<String> getDescriptorIDs();
@Recorded
@PublishedMethod(params="String hasImpl",
@PublishedMethod(params="boolean hasImpl",
methodSummary = "Get a list of descriptor IDs" )
public List<String> getDescriptorIDs(boolean hasImpl);

Expand Down

0 comments on commit 3c90065

Please sign in to comment.