Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes bug: 3356 proof read browser manager
  • Loading branch information
jonalv committed Sep 25, 2012
1 parent 2a509c0 commit 6817f82
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -23,7 +23,9 @@
import net.bioclipse.managers.business.IBioclipseManager;

@PublishedClass(
value="A Manager for scraping web pages"
value="A Manager for scraping web pages; methods for extracting " +
"elements that Bioclipse can work with (i.e. molecules) from " +
"web pages."
)
public interface IBrowserManager extends IBioclipseManager {

Expand Down

0 comments on commit 6817f82

Please sign in to comment.