< prev index next >

jdk/src/java.desktop/share/classes/javax/accessibility/AccessibilityProvider.java

Print this page

        

@@ -41,11 +41,11 @@
  * API can be activated along with the activation of the support for screen readers
  * and screen magnifiers.
  *
  * @see java.awt.Toolkit#getDefaultToolkit
  * @see java.util.ServiceLoader
- * @since 1.9
+ * @since 9
  */
 public abstract class AccessibilityProvider {
 
     /**
      * Initializes a new accessibility provider.
< prev index next >