comparison gwt-client/src/main/java/org/dive4elements/river/client/shared/model/User.java @ 5860:d2db1f80183d

GWT client: Removed old header.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 14:27:25 +0200
parents 5aa05a7a34b7
children 172338b1407f
comparison
equal deleted inserted replaced
5859:a3cd78333185 5860:d2db1f80183d
1 /*
2 * Copyright (c) 2011 by Intevation GmbH
3 *
4 * This program is free software under the LGPL (>=v2.1)
5 * Read the file LGPL.txt coming with the software for details
6 * or visit http://www.gnu.org/licenses/ if it does not exist.
7 */
8 package org.dive4elements.river.client.shared.model; 1 package org.dive4elements.river.client.shared.model;
9 2
10 import java.io.Serializable; 3 import java.io.Serializable;
11
12 4
13 public interface User 5 public interface User
14 extends Serializable 6 extends Serializable
15 { 7 {
16 String identifier(); 8 String identifier();

http://dive4elements.wald.intevation.org