Skip to content

Commit

Permalink
fixes bug: 3360 proof read gist manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalv committed Sep 25, 2012
1 parent 6817f82 commit 9b26cee
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -22,7 +22,10 @@

import org.eclipse.core.resources.IFile;

@PublishedClass("The gist manager is used for downloading gists")
@PublishedClass("The gist manager is used for downloading gists. A Gist is " +
"a simple way to share small texts like Bioclipse scripts and " +
"get verson control on them. For more information see: " +
"https://gist.github.com/")
@TestClasses(
"net.bioclipse.gist.test.APITest," +
"net.bioclipse.gist.test.CoverageTest," +
Expand Down

0 comments on commit 9b26cee

Please sign in to comment.