comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 700:94f0f91be11c facets-slt

call computeAdvance() if we want to advance. flys-artifacts/branches/facets-slt@2150 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 17 Jun 2011 13:10:20 +0000
parents 3c70aa595724
children eab5e5089d77
comparison
equal deleted inserted replaced
699:3c70aa595724 700:94f0f91be11c
1130 switch (type) { 1130 switch (type) {
1131 case FEED: 1131 case FEED:
1132 res = state.computeFeed(this, key, context, fs, old); 1132 res = state.computeFeed(this, key, context, fs, old);
1133 break; 1133 break;
1134 case ADVANCE: 1134 case ADVANCE:
1135 res = state.computeFeed(this, key, context, fs, old); 1135 res = state.computeAdvance(this, key, context, fs, old);
1136 break; 1136 break;
1137 default: 1137 default:
1138 res = null; 1138 res = null;
1139 } 1139 }
1140 1140

http://dive4elements.wald.intevation.org