comparison artifact-database/src/main/java/org/dive4elements/artifactdatabase/DefaultArtifactContext.java @ 505:989ddd4517fa

Full stop after sentence in doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 25 Sep 2013 15:16:21 +0200
parents 415df0fc4fa1
children
comparison
equal deleted inserted replaced
504:a1769b2f04c9 505:989ddd4517fa
31 * Custom key/value pairs to be used globally in the whole server. 31 * Custom key/value pairs to be used globally in the whole server.
32 */ 32 */
33 protected HashMap map; 33 protected HashMap map;
34 34
35 /** 35 /**
36 * Default constructor 36 * Default constructor.
37 */ 37 */
38 public DefaultArtifactContext() { 38 public DefaultArtifactContext() {
39 this(null); 39 this(null);
40 } 40 }
41 41

http://dive4elements.wald.intevation.org