You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2009/12/22 11:20:24 UTC

svn commit: r893128 - /xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java

Author: jeremias
Date: Tue Dec 22 10:20:22 2009
New Revision: 893128

URL: http://svn.apache.org/viewvc?rev=893128&view=rev
Log:
Copy/paste mistake.

Modified:
    xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java

Modified: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java?rev=893128&r1=893127&r2=893128&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java (original)
+++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java Tue Dec 22 10:20:22 2009
@@ -82,9 +82,9 @@
     }
 
     /**
-     * Adds a String value to an array.
+     * Adds a Object value to an array.
      * @param propName the property name
-     * @param value the String value
+     * @param value the Object value
      * @param arrayType the type of array to operate on
      */
     protected void addObjectToArray(String propName, Object value, XMPArrayType arrayType) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org