Skip to content

Commit

Permalink
Added missing call to super
Browse files Browse the repository at this point in the history
Signed-off-by: maclean <gilleain.torrance@gmail.com>
  • Loading branch information
egonw committed Sep 12, 2011
1 parent df8e31e commit d81fc3d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -95,6 +95,7 @@ public void removeAllIsotopes() {

public void removeIsotope(IIsotope isotope) {
logger.debug("Removing this isotope: ", isotope);
super.removeIsotope(isotope);
}

public void removeProperty(Object description) {
Expand Down

0 comments on commit d81fc3d

Please sign in to comment.