Skip to content

Commit

Permalink
Updated property names since shown in header of moltable.
Browse files Browse the repository at this point in the history
  • Loading branch information
olas authored and jonalv committed Jul 8, 2010
1 parent e7348d1 commit 7edc5c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -49,7 +49,7 @@ public BitSet calculate( ICDKMolecule molecule ) {

public String getPropertyName() {

return "net.bioclipse.cdk.fingerprint";
return "CDK Fingerprint";
}

public BitSet parse( String value ) {
Expand Down
Expand Up @@ -39,7 +39,7 @@ public InChI calculate( ICDKMolecule molecule ) {

public String getPropertyName() {

return "net.bioclipse.cdk.InChI";
return "Standard InChI";
}

public InChI parse( String value ) {
Expand Down
Expand Up @@ -20,7 +20,7 @@
*/
public class NumberOfAtomCalculator implements IPropertyCalculator<Integer> {

public static final String PROPERTY_NAME = "NumberOfAtoms";
public static final String PROPERTY_NAME = "Number Of Atoms";
/**
*
*/
Expand Down

0 comments on commit 7edc5c8

Please sign in to comment.