javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563509 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f101bc0aff
commit
028ec314ae
@ -25,8 +25,8 @@ package org.apache.poi.openxml4j.opc;
|
|||||||
* @version 1.0
|
* @version 1.0
|
||||||
*/
|
*/
|
||||||
public enum TargetMode {
|
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,
|
INTERNAL,
|
||||||
/** The relationship references a part that is inside the package. */
|
/** The relationship references a resource that is external to the package. */
|
||||||
EXTERNAL
|
EXTERNAL
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user