Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jan 11, 2012
1 parent 092c53c commit 0f99580
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ public interface IBridgedbManager extends IBioclipseManager {
@Recorded
@PublishedMethod(
methodSummary="Return a BioDataSource for the given string. It throws a BioclipseException when an" +
" unrecognized source String is passes.",
" unrecognized source String is passed.",
params="String source"
)
public DataSource getSource(String source) throws BioclipseException;
Expand Down

0 comments on commit 0f99580

Please sign in to comment.