diff --git a/src/net/java/sip/communicator/impl/configuration/ConfigurationServiceImpl.java b/src/net/java/sip/communicator/impl/configuration/ConfigurationServiceImpl.java index 9d100ef3e..043aa1fcf 100644 --- a/src/net/java/sip/communicator/impl/configuration/ConfigurationServiceImpl.java +++ b/src/net/java/sip/communicator/impl/configuration/ConfigurationServiceImpl.java @@ -719,7 +719,6 @@ private void processNewProperty(Document doc, if(isSystem) newNode.setAttribute(SYSTEM_ATTRIBUTE_NAME, SYSTEM_ATTRIBUTE_TRUE); - } diff --git a/src/net/java/sip/communicator/util/xml/XMLUtils.java b/src/net/java/sip/communicator/util/xml/XMLUtils.java index f176d137f..a5b4b93c7 100644 --- a/src/net/java/sip/communicator/util/xml/XMLUtils.java +++ b/src/net/java/sip/communicator/util/xml/XMLUtils.java @@ -42,7 +42,7 @@ public static String getAttribute(Node node, String name) } } - /** + /** * Extracts the String content of a TXT element. * * @param parentNode the node containing the data that we'd like to get. @@ -170,7 +170,7 @@ public static CDATASection getCDataNode(Element element) } /** - * Returns element's TEXXT child node (if it has one). + * Returns element's TEXT child node (if it has one). * @param element the element whose TEXT we need to get. * @return a Text object containing the specified element's * text content.