Find & Replace getException/exception in javadocs in GWTTestCase Review at http://gwt-code-reviews.appspot.com/1800805 git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@11221 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/junit/client/GWTTestCase.java b/user/src/com/google/gwt/junit/client/GWTTestCase.java index 4d991cc..b3c0258 100644 --- a/user/src/com/google/gwt/junit/client/GWTTestCase.java +++ b/user/src/com/google/gwt/junit/client/GWTTestCase.java
@@ -209,7 +209,7 @@ * where exceptions are originating. * * @return <code>true</code> for normal JUnit behavior, or <code>false</code> - * to disable normal JUnit getException reporting + * to disable normal JUnit exception reporting */ public boolean catchExceptions() { return true; @@ -349,8 +349,8 @@ * <ol> * <li> If {@link #finishTest()} is called before the delay period expires, * the test will succeed.</li> - * <li> If any getException escapes from an event handler during the delay - * period, the test will error with the thrown getException.</li> + * <li> If any exception escapes from an event handler during the delay + * period, the test will error with the thrown exception.</li> * <li> If the delay period expires and neither of the above has happened, the * test will error with a {@link TimeoutException}. </li> * </ol>