comparison artifacts/src/main/java/de/intevation/artifacts/ArtifactCollectionFactory.java @ 233:16cd059945e5

Removed trailing whitespace. artifacts/trunk@1638 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 03 Apr 2011 10:45:48 +0000
parents 25d472a67a9f
children 942a54670a72
comparison
equal deleted inserted replaced
232:202b6ae2fcad 233:16cd059945e5
34 * @param identifier unique identifer for the new artifact 34 * @param identifier unique identifer for the new artifact
35 * @param data the data containing more details for the setup of an Artifact. 35 * @param data the data containing more details for the setup of an Artifact.
36 * @return a new {@linkplain de.intevation.artifacts.ArtifactCollection ArtifactCollection} 36 * @return a new {@linkplain de.intevation.artifacts.ArtifactCollection ArtifactCollection}
37 */ 37 */
38 ArtifactCollection createCollection( 38 ArtifactCollection createCollection(
39 String identifier, 39 String identifier,
40 String name, 40 String name,
41 Date creationTime, 41 Date creationTime,
42 Document data, 42 Document data,
43 Object context); 43 Object context);
44 44
45 /** 45 /**
46 * Setup the factory with a given configuration 46 * Setup the factory with a given configuration
47 * @param config the configuration 47 * @param config the configuration

http://dive4elements.wald.intevation.org