8337274: Remove repeated 'the' in StyleSheet.create{Small,Large}AttributeSet

Reviewed-by: achung, honkar, prr
This commit is contained in:
Alexey Ivanov 2024-08-02 13:06:22 +00:00
parent 328a0533b2
commit 066db6eb21

View File

@ -724,7 +724,7 @@ public class StyleSheet extends StyleContext {
* to return an AttributeSet that provides some sort of * to return an AttributeSet that provides some sort of
* attribute conversion. * attribute conversion.
* *
* @param a The set of attributes to be represented in the * @param a The set of attributes to be represented in
* the compact form. * the compact form.
*/ */
protected SmallAttributeSet createSmallAttributeSet(AttributeSet a) { protected SmallAttributeSet createSmallAttributeSet(AttributeSet a) {
@ -740,7 +740,7 @@ public class StyleSheet extends StyleContext {
* to return a MutableAttributeSet that provides some sort of * to return a MutableAttributeSet that provides some sort of
* attribute conversion. * attribute conversion.
* *
* @param a The set of attributes to be represented in the * @param a The set of attributes to be represented in
* the larger form. * the larger form.
*/ */
protected MutableAttributeSet createLargeAttributeSet(AttributeSet a) { protected MutableAttributeSet createLargeAttributeSet(AttributeSet a) {
@ -2173,7 +2173,7 @@ public class StyleSheet extends StyleContext {
/** /**
* Returns a string that represents the value * Returns a string that represents the value
* of the HTML.Attribute.TYPE attribute. * of the HTML.Attribute.TYPE attribute.
* If this attributes is not defined, then * If this attributes is not defined,
* then the type defaults to "disc" unless * then the type defaults to "disc" unless
* the tag is on Ordered list. In the case * the tag is on Ordered list. In the case
* of the latter, the default type is "decimal". * of the latter, the default type is "decimal".