Browse Source

javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563509 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_11_BETA1
Andreas Beeker 10 years ago
parent
commit
3fb8fc3830
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/ooxml/java/org/apache/poi/openxml4j/opc/TargetMode.java

+ 2
- 2
src/ooxml/java/org/apache/poi/openxml4j/opc/TargetMode.java View File

@@ -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
}

Loading…
Cancel
Save