comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/DefaultState.java @ 742:c09c9e05ecfa

Removed trailing whitespace. flys-artifacts/trunk@2243 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 26 Jun 2011 17:18:59 +0000
parents b972eba2ed8a
children 1b509e4cf99b
comparison
equal deleted inserted replaced
741:e54203e52097 742:c09c9e05ecfa
265 } 265 }
266 266
267 public Object computeAdvance( 267 public Object computeAdvance(
268 FLYSArtifact artifact, 268 FLYSArtifact artifact,
269 String hash, 269 String hash,
270 CallContext context, 270 CallContext context,
271 List<Facet> facets, 271 List<Facet> facets,
272 Object old 272 Object old
273 ) { 273 ) {
274 return null; 274 return null;
275 } 275 }
276 276
277 public Object computeFeed( 277 public Object computeFeed(
278 FLYSArtifact artifact, 278 FLYSArtifact artifact,
279 String hash, 279 String hash,
280 CallContext context, 280 CallContext context,
281 List<Facet> facets, 281 List<Facet> facets,
282 Object old 282 Object old
283 ) { 283 ) {
284 return null; 284 return null;
285 } 285 }
286 } 286 }

http://dive4elements.wald.intevation.org