diff --git a/src/net/java/sip/communicator/impl/configuration/xml/XMLConfUtils.java b/src/net/java/sip/communicator/impl/configuration/xml/XMLConfUtils.java index 1d6d85a26..e07af7b59 100644 --- a/src/net/java/sip/communicator/impl/configuration/xml/XMLConfUtils.java +++ b/src/net/java/sip/communicator/impl/configuration/xml/XMLConfUtils.java @@ -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;