comparison artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultUser.java @ 316:0ca9b1073ccf

Added dummy user to fresh created collections to have it available in the backend listeners. artifacts/trunk@2451 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 02 Aug 2011 13:10:56 +0000
parents 9187abefba8b
children 4748949c4f19
comparison
equal deleted inserted replaced
315:03e508e57b85 316:0ca9b1073ccf
33 * The default constructor. 33 * The default constructor.
34 */ 34 */
35 public DefaultUser() { 35 public DefaultUser() {
36 } 36 }
37 37
38 public DefaultUser(String identifier) {
39 this.identifier = identifier;
40 }
38 41
39 /** 42 /**
40 * A constructor that creates a new user. 43 * A constructor that creates a new user.
41 * 44 *
42 * @param identifier The uuid of the user. 45 * @param identifier The uuid of the user.

http://dive4elements.wald.intevation.org