Skip to content

Commit

Permalink
Correct casing of Jmol.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Dec 7, 2015
1 parent 6fed885 commit a3d95af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -61,7 +61,7 @@

/**
* Gives a short table of atom colors for 2D display. The coloring is loosely
* based on JMol CPK.
* based on Jmol CPK.
*
* The internal color map can be modified by invoking the set method. For convenience the set method
* returns the colorer instance for chaining.
Expand All @@ -74,7 +74,7 @@
* @cdk.module render
* @cdk.githash
* @see <a href="http://en.wikipedia.org/wiki/CPK_coloring">CPK coloring</a>
* @see <a href="http://jmol.sourceforge.net/jscolors/">JMol, Colors</a>
* @see <a href="http://jmol.sourceforge.net/jscolors/">Jmol, Colors</a>
*/
public class CDK2DAtomColors implements IAtomColorer, java.io.Serializable {

Expand Down
Expand Up @@ -31,8 +31,8 @@
import static org.openscience.cdk.config.Elements.Unknown;

/**
* Default JMol colors.
* @see <a href="http://jmol.sourceforge.net/jscolors/">JMol, Colors</a>
* Default Jmol colors.
* @see <a href="http://Jmol.sourceforge.net/jscolors/">Jmol, Colors</a>
*/
public final class JmolColors implements IAtomColorer {

Expand Down

0 comments on commit a3d95af

Please sign in to comment.