Revision: 9926
Author:   [email protected]
Date:     Fri Apr  1 09:08:51 2011
Log:      Fix checkstyle error

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9926

Modified:
/trunk/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseShell.java

=======================================
--- /trunk/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseShell.java Thu Mar 31 18:07:02 2011 +++ /trunk/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseShell.java Fri Apr 1 09:08:51 2011
@@ -226,6 +226,13 @@
     contentPanel.ensureDebugId("contentPanel");
     setContent(null);
   }
+
+  /**
+   * Returns the currently displayed content. (Used by tests.)
+   */
+  public ContentWidget getContent() {
+    return content;
+  }

   /**
    * Get the main menu used to select examples.
@@ -308,13 +315,6 @@
     // Show the widget.
     showExample();
   }
-
-  /**
-   * Returns the currently displayed content. (Used by tests.)
-   */
-  public ContentWidget getContent() {
-    return content;
-  }

   /**
    * Initialize the {@link ListBox} used for locale selection.

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to