cusax-fix
Emil Ivov 20 years ago
parent 4fefe5595b
commit 4e0ce0acfd

@ -32,8 +32,7 @@ public class XMLConfUtils extends XMLUtils
* @return the node represented by the specified chain
*/
public static Element getChildElementByChain(Element parent,
String[] chain,
boolean create)
String[] chain)
{
if(chain == null)
return null;

Loading…
Cancel
Save