comparison gwt-client/src/main/java/org/dive4elements/river/client/server/features/Features.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 ea9eef426962
children
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
10 10
11 import java.util.List; 11 import java.util.List;
12 12
13 public interface Features { 13 public interface Features {
14 14
15 public static final String CONTEXT_ATTRIBUTE = "org.dive4elements.river.client.server.features"; 15 public static final String CONTEXT_ATTRIBUTE =
16 "org.dive4elements.river.client.server.features";
16 17
17 /** 18 /**
18 * Returns all allowed features to a list of roles 19 * Returns all allowed features to a list of roles
19 */ 20 */
20 public List<String> getFeatures(List<String> roles); 21 public List<String> getFeatures(List<String> roles);

http://dive4elements.wald.intevation.org