mirror of https://github.com/apache/poi.git
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
6a864cce7b
commit
3fb8fc3830
|
@ -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. */
|
||||
INTERNAL,
|
||||
/** The relationship references a part that is inside the package. */
|
||||
INTERNAL,
|
||||
/** The relationship references a resource that is external to the package. */
|
||||
EXTERNAL
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue