mirror of https://github.com/apache/lucene.git
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:
parent
33c0b65e47
commit
72ef071e96
|
@ -238,8 +238,8 @@ public class DOMUtil {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Replaces ${system.property[:default value]} references in all attributes
|
* 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
|
* and text nodes of supplied node. If the system property is not defined and no
|
||||||
* is substituted or the default value if provided.
|
* default value is provided, a runtime exception is thrown.
|
||||||
*
|
*
|
||||||
* @param node DOM node to walk for substitutions
|
* @param node DOM node to walk for substitutions
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue