comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java @ 803:feae2f9d6c6f

Removed trailing whitespace. gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Apr 2010 07:52:27 +0000
parents 23877dd69444
children 05bf8534a35a
comparison
equal deleted inserted replaced
802:4abe172be970 803:feae2f9d6c6f
42 42
43 /** 43 /**
44 * This factory class is used to create new GNVArtfactContext objects, 44 * This factory class is used to create new GNVArtfactContext objects,
45 * initialize required components and put them into the created context object 45 * initialize required components and put them into the created context object
46 * for being available in the application. 46 * for being available in the application.
47 * 47 *
48 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 48 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
49 * @author <a href="mailto:iweinzierl@intevation.de">Ingo Weinzierl</a> 49 * @author <a href="mailto:iweinzierl@intevation.de">Ingo Weinzierl</a>
50 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a> 50 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a>
51 */ 51 */
52 public class GNVArtifactContextFactory implements ArtifactContextFactory { 52 public class GNVArtifactContextFactory implements ArtifactContextFactory {
160 } 160 }
161 161
162 /** 162 /**
163 * Create a new {@link GNVArtifactContext} object and initialize all 163 * Create a new {@link GNVArtifactContext} object and initialize all
164 * components required by the application. 164 * components required by the application.
165 * 165 *
166 * @param config 166 * @param config
167 * @return GNVArtifactContext 167 * @return GNVArtifactContext
168 * @see de.intevation.artifacts.ArtifactContextFactory#createArtifactContext(org.w3c.dom.Document) 168 * @see de.intevation.artifacts.ArtifactContextFactory#createArtifactContext(org.w3c.dom.Document)
169 */ 169 */
170 public Object createArtifactContext(Document config) { 170 public Object createArtifactContext(Document config) {

http://dive4elements.wald.intevation.org