diff options
Diffstat (limited to 'libjava/classpath/javax/accessibility')
4 files changed, 8 insertions, 8 deletions
diff --git a/libjava/classpath/javax/accessibility/AccessibleExtendedText.java b/libjava/classpath/javax/accessibility/AccessibleExtendedText.java index f40fa0f..026cd3a 100644 --- a/libjava/classpath/javax/accessibility/AccessibleExtendedText.java +++ b/libjava/classpath/javax/accessibility/AccessibleExtendedText.java @@ -56,7 +56,7 @@ public interface AccessibleExtendedText /** * This constant indicates that the retrieved text should consist - * of a run with identical attributes. + * of a run with identical attributes. */ int ATTRIBUTE_RUN = 5; @@ -81,7 +81,7 @@ public interface AccessibleExtendedText * parameter describes the type of sequence to return; it is one * of the constants from {@link AccessibleText} or from this * class. - * @param part the type of the sequence to return + * @param part the type of the sequence to return * @param index start of the sequence */ AccessibleTextSequence getTextSequenceAfter(int part, int index); @@ -91,7 +91,7 @@ public interface AccessibleExtendedText * parameter describes the type of sequence to return; it is one * of the constants from {@link AccessibleText} or from this * class. - * @param part the type of the sequence to return + * @param part the type of the sequence to return * @param index start of the sequence */ AccessibleTextSequence getTextSequenceAt(int part, int index); @@ -101,7 +101,7 @@ public interface AccessibleExtendedText * parameter describes the type of sequence to return; it is one * of the constants from {@link AccessibleText} or from this * class. - * @param part the type of the sequence to return + * @param part the type of the sequence to return * @param index end of the sequence */ AccessibleTextSequence getTextSequenceBefore(int part, int index); diff --git a/libjava/classpath/javax/accessibility/AccessibleRelation.java b/libjava/classpath/javax/accessibility/AccessibleRelation.java index 3d515fd..9e1b0da 100644 --- a/libjava/classpath/javax/accessibility/AccessibleRelation.java +++ b/libjava/classpath/javax/accessibility/AccessibleRelation.java @@ -45,7 +45,7 @@ import java.util.Locale; * summarizes all relations of the object. This strongly typed "enumeration" * supports localized strings. If the constants of this class are not * adequate, new ones may be added in a similar matter. - * + * * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 @@ -210,7 +210,7 @@ public class AccessibleRelation extends AccessibleBundle /** An empty set of targets. */ private static final Object[] EMPTY_TARGETS = { }; - + static { // not constants in JDK diff --git a/libjava/classpath/javax/accessibility/AccessibleRole.java b/libjava/classpath/javax/accessibility/AccessibleRole.java index c568b4f..ff51dd4 100644 --- a/libjava/classpath/javax/accessibility/AccessibleRole.java +++ b/libjava/classpath/javax/accessibility/AccessibleRole.java @@ -44,7 +44,7 @@ import java.util.Locale; * "table". This strongly typed "enumeration" supports localized strings. If * the constants of this class are not adequate, new ones may be added in a * similar matter, while avoiding a public constructor. - * + * * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 diff --git a/libjava/classpath/javax/accessibility/AccessibleState.java b/libjava/classpath/javax/accessibility/AccessibleState.java index e4d00bd..2d5106f 100644 --- a/libjava/classpath/javax/accessibility/AccessibleState.java +++ b/libjava/classpath/javax/accessibility/AccessibleState.java @@ -46,7 +46,7 @@ import java.util.Locale; * be "active" or "selected". This strongly typed "enumeration" supports * localized strings. If the constants of this class are not adequate, new * ones may be added in a similar matter, while avoiding a public constructor. - * + * * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 |