Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java @ 36:f7d2cd59a0d5
Bugfix done. Now the feed Method works fine
artifacts/trunk@93 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Wed, 16 Sep 2009 07:53:26 +0000 |
parents | c2d53bd30ab8 |
children | 5e4bc24ea438 |
comparison
equal
deleted
inserted
replaced
35:7a01a464a83b | 36:f7d2cd59a0d5 |
---|---|
307 | 307 |
308 CallContextImpl cc = new CallContextImpl( | 308 CallContextImpl cc = new CallContextImpl( |
309 artifact, CallContext.STORE); | 309 artifact, CallContext.STORE); |
310 | 310 |
311 try { | 311 try { |
312 return artifact.getArtifact().advance(data, cc); | 312 return artifact.getArtifact().feed(data, cc); |
313 } | 313 } |
314 finally { | 314 finally { |
315 cc.postCall(); | 315 cc.postCall(); |
316 } | 316 } |
317 } | 317 } |