comparison flys-client/src/main/java/org/dive4elements/river/client/client/services/ThemeListingService.java @ 5835:821a02bbfb4e

Fixed internal java dependencies
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 13:12:15 +0200
parents f507086aa94b
children
comparison
equal deleted inserted replaced
5834:f507086aa94b 5835:821a02bbfb4e
1 package de.intevation.flys.client.client.services; 1 package org.dive4elements.river.client.client.services;
2 2
3 import java.util.Map; 3 import java.util.Map;
4 4
5 import com.google.gwt.user.client.rpc.RemoteService; 5 import com.google.gwt.user.client.rpc.RemoteService;
6 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; 6 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
7 7
8 import de.intevation.flys.client.shared.exceptions.ServerException; 8 import org.dive4elements.river.client.shared.exceptions.ServerException;
9 import de.intevation.flys.client.shared.model.Style; 9 import org.dive4elements.river.client.shared.model.Style;
10 10
11 /** 11 /**
12 * This interface provides a method to list themes filtered by name. 12 * This interface provides a method to list themes filtered by name.
13 * 13 *
14 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund.Renkert</a> 14 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund.Renkert</a>

http://dive4elements.wald.intevation.org