Revision: 7392
Author: [email protected]
Date: Wed Jan 13 13:51:47 2010
Log: Checkstyle fix in LayoutPanelTest.

Patch by: jlabanca
Review by: jgw (TBR)


http://code.google.com/p/google-web-toolkit/source/detail?r=7392

Modified:
 /trunk/user/test/com/google/gwt/user/client/ui/LayoutPanelTest.java

=======================================
--- /trunk/user/test/com/google/gwt/user/client/ui/LayoutPanelTest.java Wed Jan 13 12:22:43 2010 +++ /trunk/user/test/com/google/gwt/user/client/ui/LayoutPanelTest.java Wed Jan 13 13:51:47 2010
@@ -16,7 +16,6 @@
 package com.google.gwt.user.client.ui;

 import com.google.gwt.dom.client.Style.Unit;
-import com.google.gwt.layout.client.LayoutTest;
 import com.google.gwt.layout.client.Layout.AnimationCallback;
 import com.google.gwt.layout.client.Layout.Layer;
 import com.google.gwt.user.client.Command;
@@ -25,7 +24,7 @@
 /**
* Tests for {...@link LayoutPanel}. Note that this only tests LayoutPanel-specific
  * behavior, not general layout correctness, which is covered by
- * {...@link LayoutTest}.
+ * {...@link com.google.gwt.layout.client.LayoutTest}.
  */
 public class LayoutPanelTest extends WidgetTestBase {

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

Reply via email to