Skip to content

Commit c944060

Browse files
committed
PDFBOX-5660: fix typo as suggested by Valery Bokov, closes #356
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1930153 13f79535-47bb-0310-9956-ffa450edef68
1 parent d115cab commit c944060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationMarkup.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void setPopup(PDAnnotationPopup popup)
107107
}
108108

109109
/**
110-
* This will retrieve the constant opacity value used when rendering the annotation (excluing any popup).
110+
* This will retrieve the constant opacity value used when rendering the annotation (excluding any popup).
111111
*
112112
* @return the constant opacity value.
113113
*/
@@ -117,7 +117,7 @@ public float getConstantOpacity()
117117
}
118118

119119
/**
120-
* This will set the constant opacity value used when rendering the annotation (excluing any popup).
120+
* This will set the constant opacity value used when rendering the annotation (excluding any popup).
121121
*
122122
* @param ca the constant opacity value.
123123
*/

0 commit comments

Comments
 (0)