Skip to content

Commit

Permalink
Fixed param name
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Nov 18, 2009
1 parent bbb78ee commit 743bad3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -244,7 +244,7 @@ public static void sort(IAtomContainerSet atomContainerSet) {
* Tells if an AtomContainerSet contains at least one AtomContainer with the
* same ID as atomContainer. Note this checks getID() for equality, not pointers.
*
* @param atomContainerSet The IAtomContainer to look for
* @param id The IAtomContainer to look for
* @param atomContainerSet The collection of IAtomContainer objects
*/
@TestMethod("testContainsByID_IAtomContainerSet_IAtomContainer")
Expand Down

0 comments on commit 743bad3

Please sign in to comment.