Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ protected PDAnnotation()
/**
* Constructor.
*
* @param dict The annotations dictionary.
* @param dict The annotations' dictionary.
*/
protected PDAnnotation(COSDictionary dict)
{
Expand Down Expand Up @@ -353,7 +353,7 @@ public void setAppearanceState(COSName as)
/**
* This will get the appearance dictionary associated with this annotation. This may return null.
*
* @return This annotations appearance.
* @return This annotations' appearance.
*/
public PDAppearanceDictionary getAppearance()
{
Expand Down