Revision: 9324
Author: [email protected]
Date: Wed Dec  1 08:25:41 2010
Log: Cherry pick of r9323 to releases/2.1, javadoc tweak on @UiChild

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

Modified:
 /releases/2.1/user/src/com/google/gwt/uibinder/client/UiChild.java

=======================================
--- /releases/2.1/user/src/com/google/gwt/uibinder/client/UiChild.java Wed Oct 13 06:40:20 2010 +++ /releases/2.1/user/src/com/google/gwt/uibinder/client/UiChild.java Wed Dec 1 08:25:41 2010
@@ -42,14 +42,15 @@
  *
  * &#064;UiChild MyWidget#addCustomChild(Widget w) </code> and
  *
- *          <pre>
- *          <p:MyWidget>
- *          <p:customchild>
- *          <g:SomeWidget />
- *          </p:customchild>
- *          </p:MyWidget>
- * </pre> would invoke the <code>addCustomChild</code> function to add
- *          an instance of SomeWidget.
+ * <pre>
+ *   &lt;p:MyWidget>
+ *     &lt;p:customchild>
+ *       &lt;g:SomeWidget />
+ *     &lt;/p:customchild>
+ *   &lt;/p:MyWidget>
+ * </pre>
+ * would invoke the <code>addCustomChild</code> function to add an instance of
+ * SomeWidget.
  */
 @Documented
 @Retention(RetentionPolicy.RUNTIME)

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

Reply via email to