diff artifacts/src/main/java/de/intevation/artifacts/CallContext.java @ 417:410a1bfb9590

Fix for NPE on empty user database artifacts/trunk@5270 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Mon, 27 Aug 2012 08:33:05 +0000
parents 33d7a6da1a05
children
line wrap: on
line diff
--- a/artifacts/src/main/java/de/intevation/artifacts/CallContext.java	Fri Aug 24 14:09:53 2012 +0000
+++ b/artifacts/src/main/java/de/intevation/artifacts/CallContext.java	Mon Aug 27 08:33:05 2012 +0000
@@ -8,8 +8,8 @@
 
 package de.intevation.artifacts;
 
+import java.util.LinkedList;
 import java.util.List;
-import java.util.LinkedList;
 
 import org.w3c.dom.Document;
 import org.w3c.dom.Node;
@@ -110,7 +110,7 @@
      * Each call context has a clipboard.
      * getContextValue is used to fetch data from this board.
      * @param key Key of the requested item.
-     * @return The value stored for the secified value, null if
+     * @return The value stored for the specified value, null if
      *         no item with this key exists.
      */
     Object getContextValue(Object key);

http://dive4elements.wald.intevation.org