comparison artifacts/src/main/java/org/dive4elements/river/artifacts/D4EArtifact.java @ 9648:c5a496bf1b0b

Fixed: Duplizieren einer Fixierungsanalyse schlägt fehl.
author Gernot Belger <g.belger@bjoernsen.de>
date Wed, 04 Dec 2019 16:10:28 +0100
parents 951a4af24a09
children
comparison
equal deleted inserted replaced
9647:bcaca2433f12 9648:c5a496bf1b0b
1679 1679
1680 1680
1681 /** Destroy and clean up state with given id. */ 1681 /** Destroy and clean up state with given id. */
1682 protected void destroyState(String id, Object context) { 1682 protected void destroyState(String id, Object context) {
1683 State s = getState(context, id); 1683 State s = getState(context, id);
1684 if( s == null )
1685 return;
1684 s.endOfLife(this, context); 1686 s.endOfLife(this, context);
1685 } 1687 }
1686 1688
1687 1689
1688 /** 1690 /**

http://dive4elements.wald.intevation.org