Skip to content

Commit

Permalink
Document why there is an empty constructor, when java generates them …
Browse files Browse the repository at this point in the history
…automatically
  • Loading branch information
gilleain authored and egonw committed Jun 11, 2011
1 parent 1c391ba commit 785ca0a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ public Boolean getDefault() {
*/
private IGeneratorParameter<Boolean> showEndCarbons = new ShowEndCarbons();

/**
* An empty constructor necessary for reflection.
*/
public BasicAtomGenerator() {}

/** {@inheritDoc} */
Expand Down

0 comments on commit 785ca0a

Please sign in to comment.