jdk/src/java.desktop/share/classes/java/awt/Toolkit.java
changeset 32491 7b3783f9484d
parent 32124 f5ee581efbb7
child 32865 f9cb6e427f9e
--- a/jdk/src/java.desktop/share/classes/java/awt/Toolkit.java	Wed Aug 26 09:07:21 2015 -0700
+++ b/jdk/src/java.desktop/share/classes/java/awt/Toolkit.java	Thu Aug 27 18:09:09 2015 +0300
@@ -448,7 +448,7 @@
      *
      * @param s the error message
      * @param e the original exception
-     * @throw the new AWTError including the cause (the original exception)
+     * @throws the new AWTError including the cause (the original exception)
      */
     private static void newAWTError(Throwable e, String s) {
         AWTError newAWTError = new AWTError(s);