Revision: 9323
Author: [email protected]
Date: Tue Nov 30 16:29:38 2010
Log: Public([email protected]):
Changes in this (trivial) patch.
1. Left angle bracket should be quoted.
2. Fix for indentation.
Review by [email protected]
http://gwt-code-reviews.appspot.com/1132801
http://code.google.com/p/google-web-toolkit/source/detail?r=9323
Modified:
/trunk/user/src/com/google/gwt/uibinder/client/UiChild.java
=======================================
--- /trunk/user/src/com/google/gwt/uibinder/client/UiChild.java Tue Oct 5
11:03:13 2010
+++ /trunk/user/src/com/google/gwt/uibinder/client/UiChild.java Tue Nov 30
16:29:38 2010
@@ -42,14 +42,15 @@
*
* @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>
+ * <p:MyWidget>
+ * <p:customchild>
+ * <g:SomeWidget />
+ * </p:customchild>
+ * </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