Skip to content

Commit

Permalink
Deprecate default constructor, hinting the caller needs to choose whi…
Browse files Browse the repository at this point in the history
…ch SMILES to write.
  • Loading branch information
johnmay committed Jul 20, 2016
1 parent 706c84b commit bad6166
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@ public final class SmilesGenerator {
/**
* Create the generic SMILES generator.
* @see #generic()
* @deprecated some consideration is needed on what SMILES is required e.g. SmilesGenerator.unique()
* vs SmilesGenerator.isomeric();
*/
@Deprecated
public SmilesGenerator() {
this(false, false, false, false);
}
Expand Down

0 comments on commit bad6166

Please sign in to comment.