Skip to content

Commit

Permalink
Added a missing # in the @see (needed for methods)
Browse files Browse the repository at this point in the history
Change-Id: I179e27073da3086cb8d367a982dfba51c1ce5679
  • Loading branch information
egonw committed Mar 23, 2012
1 parent fa405ec commit 3523643
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -731,7 +731,7 @@ public static double getDBE(IMolecularFormula formula) throws CDKException{
*
* @param atomContainer IAtomContainer object
* @return a molecular formula object
* @see getMolecularFormula(IAtomContainer,IMolecularFormula)
* @see #getMolecularFormula(IAtomContainer,IMolecularFormula)
*/
@TestMethod("testGetMolecularFormula_IAtomContainer")
public static IMolecularFormula getMolecularFormula(IAtomContainer atomContainer) {
Expand Down

0 comments on commit 3523643

Please sign in to comment.