javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563509 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2014-02-01 23:23:07 +00:00
parent f101bc0aff
commit 028ec314ae
1 changed files with 2 additions and 2 deletions

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
}