Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/core/jvm1.4/src/org/litesoft/core/util/HintManager.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.core.util;
2 3
3 4 import java.util.*;
  @@ -8,7 +9,7 @@
8 9 RPCpassable
9 10 {
10 11 private static final long serialVersionUID = 1L;
11 -
12 +
12 13 public static final HintManager NULL = new NullHintManager();
13 14
14 15 public HintManager addAll( Hintable pHintable )
  @@ -92,7 +93,7 @@
92 93 * Return the value associated with pName if any.
93 94 *
94 95 * @param pName !null or empty
95 - * @param pDefaultIfNullOrEmpty return value if the normally found value was null or empty
96 + * @param pDefaultIfNullOrEmpty return value if the normally found value was null or empty
96 97 *
97 98 * @return value associated with pName or default if the normally found value was null or empty
98 99 *