diff artifacts/src/main/java/org/dive4elements/river/artifacts/services/ThemeListingService.java @ 5866:9a6741ccf6d4

FLYS artifacts: Renamed FLYSContext(Factory) to RiverContext(Factory).
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:14:30 +0200
parents 4897a58c8746
children 35b2d86c3fb5
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/services/ThemeListingService.java	Sun Apr 28 15:09:31 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/services/ThemeListingService.java	Sun Apr 28 15:14:30 2013 +0200
@@ -25,7 +25,7 @@
 import org.dive4elements.river.themes.ThemeGroup;
 
 import org.dive4elements.river.themes.ThemeFactory;
-import org.dive4elements.river.artifacts.context.FLYSContext;
+import org.dive4elements.river.artifacts.context.RiverContext;
 
 /**
  * This service provides a list of themes filtered by the theme name.
@@ -58,7 +58,7 @@
             null);
 
         List<ThemeGroup> tgs =
-            ThemeFactory.getThemeGroups((FLYSContext) context);
+            ThemeFactory.getThemeGroups((RiverContext) context);
 
         Element te = ec.create("themes");
 

http://dive4elements.wald.intevation.org