comparison flys-client/src/main/java/de/intevation/flys/client/server/auth/Authentication.java @ 2987:98c7a46ec5ae

Removed same package imports. flys-client/trunk@5010 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 15 Jul 2012 16:30:36 +0000
parents 3e0567e02577
children
comparison
equal deleted inserted replaced
2986:176d915573e9 2987:98c7a46ec5ae
1 package de.intevation.flys.client.server.auth; 1 package de.intevation.flys.client.server.auth;
2
3 import de.intevation.flys.client.server.auth.AuthenticationException;
4 import de.intevation.flys.client.server.auth.User;
5
6 2
7 /** Interface to represent user authentications 3 /** Interface to represent user authentications
8 */ 4 */
9 public interface Authentication { 5 public interface Authentication {
10 6

http://dive4elements.wald.intevation.org