comparison artifacts/src/main/java/org/dive4elements/river/artifacts/datacage/templating/FunctionResolver.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents 081a57c80540
children 66ce19d2c5f1 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
457 } 457 }
458 458
459 return ""; 459 return "";
460 } 460 }
461 461
462 public static Set<String> allStateSuccessors(String artifactName, String stateId) { 462 public static Set<String> allStateSuccessors(
463 String artifactName,
464 String stateId
465 ) {
463 GlobalContext gc = RiverContextFactory.getGlobalContext(); 466 GlobalContext gc = RiverContextFactory.getGlobalContext();
464 if (gc == null) { 467 if (gc == null) {
465 return Collections.<String>emptySet(); 468 return Collections.<String>emptySet();
466 } 469 }
467 Object o = gc.get(RiverContext.TRANSITION_ENGINE_KEY); 470 Object o = gc.get(RiverContext.TRANSITION_ENGINE_KEY);

http://dive4elements.wald.intevation.org