Added exactly one space in a comment.

Suggested by: scottb
Patch by: bruce

Smallest. Change. Ever.



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5618 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 71252c3..256e153 100644
--- a/user/src/com/google/gwt/junit/client/GWTTestCase.java
+++ b/user/src/com/google/gwt/junit/client/GWTTestCase.java
@@ -49,7 +49,7 @@
    * could go wrong if you run code there, trying to run a JSNI method could
    * generate an {@link UnsatisfiedLinkError}, and trying to call
    * {@link com.google.gwt.core.client.GWT#create(Class)} could throw an
-   * {@link UnsupportedOperationException}.Instead, override
+   * {@link UnsupportedOperationException}. Instead, override
    * {@link #gwtSetUp()} and perform any initialization code there.
    */
   public GWTTestCase() {