comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 1117:ea80e652f033

Reordered some parameters in a FLYSArtifact method. flys-artifacts/trunk@2624 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 31 Aug 2011 12:44:07 +0000
parents b1c6d945848d
children 073c36bb94ed
comparison
equal deleted inserted replaced
1116:05e4ef0f9489 1117:ea80e652f033
810 return compute(context, hash, current, type, generateFacets); 810 return compute(context, hash, current, type, generateFacets);
811 } 811 }
812 812
813 public Object compute( 813 public Object compute(
814 CallContext context, 814 CallContext context,
815 String hash,
815 String stateID, 816 String stateID,
816 String hash,
817 ComputeType type, 817 ComputeType type,
818 boolean generateFacets 818 boolean generateFacets
819 ) { 819 ) {
820 DefaultState current = stateID == null 820 DefaultState current = stateID == null
821 ? (DefaultState)getCurrentState(context) 821 ? (DefaultState)getCurrentState(context)

http://dive4elements.wald.intevation.org