Skip to content

Commit

Permalink
Marked the getHillString() method as deprecated, because it is a dupl…
Browse files Browse the repository at this point in the history
…icate of the getString() method.

Change-Id: I5f34a1af70af031d521e6ec75753f87e7040ae41
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
tomas-pluskal authored and egonw committed Jul 1, 2012
1 parent 6df66fb commit feebefe
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -266,7 +266,11 @@ public static List<IIsotope> putInOrder(String[] orderElements, IMolecularFormul
return isotopesList;
}

/**
* @deprecated Use {@link #getString()}
*/
@TestMethod("testGetHillString_IMolecularFormula")
@Deprecated
public static String getHillString(IMolecularFormula formula) {
StringBuffer hillString = new StringBuffer();

Expand Down

0 comments on commit feebefe

Please sign in to comment.