Correct javadocs with the exception behavior

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@508487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-02-16 16:47:30 +00:00
parent 33c0b65e47
commit 72ef071e96
1 changed files with 2 additions and 2 deletions

View File

@ -238,8 +238,8 @@ public class DOMUtil {
/**
* Replaces ${system.property[:default value]} references in all attributes
* and text nodes of supplied node. If the system property is not defined, an empty string
* is substituted or the default value if provided.
* and text nodes of supplied node. If the system property is not defined and no
* default value is provided, a runtime exception is thrown.
*
* @param node DOM node to walk for substitutions
*/