Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed May 18, 2017
1 parent 6ba45d9 commit 05d5fff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org.bridgedb/src/org/bridgedb/DataSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
/**
Contains information about a certain DataSource. This includes:
<ul>
<li>It's full name ("Ensembl")
<li>It's system code ("En")
<li>It's main url ("http://www.ensembl.org")
<li>Its full name ("Ensembl")
<li>Its system code ("En")
<li>Its main url ("http://www.ensembl.org")
<li>Id-specific url's ("http://www.ensembl.org/Homo_sapiens/Gene/Summary?g=" + id)
</ul>
The DataSource class uses the extensible <code>enum</code> pattern.
Expand Down

0 comments on commit 05d5fff

Please sign in to comment.