comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/datacage/DatacageBackendListener.java @ 1001:a640944b5dd7

Fixed recursion bug. flys-artifacts/trunk@2441 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 01 Aug 2011 15:58:37 +0000
parents 46bfe06e51d9
children db86c665ab6e
comparison
equal deleted inserted replaced
1000:46bfe06e51d9 1001:a640944b5dd7
105 Backend backend 105 Backend backend
106 ) { 106 ) {
107 log.debug("changedCollectionAttribute"); 107 log.debug("changedCollectionAttribute");
108 BackendListener l = getListener(); 108 BackendListener l = getListener();
109 if (l != null) { 109 if (l != null) {
110 changedCollectionAttribute(identifier, document, backend); 110 l.changedCollectionAttribute(identifier, document, backend);
111 } 111 }
112 } 112 }
113 113
114 @Override 114 @Override
115 public void changedCollectionItemAttribute( 115 public void changedCollectionItemAttribute(

http://dive4elements.wald.intevation.org