mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-26 10:10:19 +00:00
6975892: Javadoc typo in javax.print.attribute.standard.DialogTypeSelection
Fix typos in javax.print.attribute.standard.DialogTypeSelection Reviewed-by: prr
This commit is contained in:
parent
90f1fde6b4
commit
29ec29b142
@ -67,7 +67,7 @@ public final class DialogTypeSelection extends EnumSyntax
|
||||
COMMON = new DialogTypeSelection(1);
|
||||
|
||||
/**
|
||||
* Construct a new dialog type selection enumeration value with the
|
||||
* Constructs a new dialog type selection enumeration value with the
|
||||
* given integer value.
|
||||
*
|
||||
* @param value Integer value.
|
||||
@ -101,7 +101,7 @@ public final class DialogTypeSelection extends EnumSyntax
|
||||
|
||||
|
||||
/**
|
||||
* Get the printing attribute class which is to be used as the "category"
|
||||
* Gets the printing attribute class which is to be used as the "category"
|
||||
* for this printing attribute value.
|
||||
* <P>
|
||||
* For class DialogTypeSelection the category is class
|
||||
@ -116,7 +116,7 @@ public final class DialogTypeSelection extends EnumSyntax
|
||||
|
||||
|
||||
/**
|
||||
* Get the name of the category of which this attribute value is an
|
||||
* Gets the name of the category of which this attribute value is an
|
||||
* instance.
|
||||
* <P>
|
||||
* For class DialogTypeSelection the category name is
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user