diff options
Diffstat (limited to 'gnu/java/text/AttributedFormatBuffer.java')
| -rw-r--r-- | gnu/java/text/AttributedFormatBuffer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/java/text/AttributedFormatBuffer.java b/gnu/java/text/AttributedFormatBuffer.java index 8cfc8f56d..ae3e6ef70 100644 --- a/gnu/java/text/AttributedFormatBuffer.java +++ b/gnu/java/text/AttributedFormatBuffer.java @@ -91,7 +91,7 @@ public class AttributedFormatBuffer implements FormatBuffer * comprised between the last entry in 'ranges' and the specified new range. * * @param new_range A new range to insert in the list. - * @param new_attribute A new attribute to insert in the list. + * @param attr A new attribute to insert in the list. */ private final void addAttribute(int new_range, AttributedCharacterIterator.Attribute attr) { |
