[utilities COMMIT] /java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/xml/ElementSupport.java

noreply at shibboleth.net noreply at shibboleth.net
Tue Mar 12 17:22:59 EDT 2013


Author: tzeller
Date: Tue Mar 12 17:22:59 2013
New Revision: 349

URL: http://svn.shibboleth.net/view/utilities?rev=349&view=rev
Log:
Spelling.

Modified:
    java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/xml/ElementSupport.java

Modified: java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/xml/ElementSupport.java
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/xml/ElementSupport.java?rev=349&r1=348&r2=349&view=diff
==============================================================================
--- java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/xml/ElementSupport.java (original)
+++ java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/xml/ElementSupport.java Tue Mar 12 17:22:59 2013
@@ -87,7 +87,7 @@
     /**
      * Creates a text node with the given content and appends it as child to the given element.
      * 
-     * @param element the element to recieve the text node
+     * @param element the element to receive the text node
      * @param textContent the content for the text node
      */
     public static void appendTextContent(@Nonnull final Element element, @Nullable final String textContent) {
@@ -378,7 +378,7 @@
      * 
      * @param root element to get the child elements of
      * 
-     * @return child elements indexed by namespace qualifed tag name, never null
+     * @return child elements indexed by namespace qualified tag name, never null
      */
     @Nonnull public static Map<QName, List<Element>> getIndexedChildElements(@Nullable final Element root) {
         if (root == null) {



More information about the commits mailing list