Author: kiwiwings
Date: Sat Feb 1 23:23:07 2014
New Revision: 1563509
URL: http://svn.apache.org/r1563509
Log:
javadoc fix
Modified:
poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/TargetMode.java
Modified: poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/TargetMode.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/TargetMode.java?rev=1563509&r1=1563508&r2=1563509&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/TargetMode.java
(original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/TargetMode.java Sat
Feb 1 23:23:07 2014
@@ -25,8 +25,8 @@ package org.apache.poi.openxml4j.opc;
* @version 1.0
*/
public enum TargetMode {
- /** The relationship references a resource that is external to the
package. */
+ /** The relationship references a part that is inside the package. */
INTERNAL,
- /** The relationship references a part that is inside the package. */
+ /** The relationship references a resource that is external to the
package. */
EXTERNAL
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]