Public(Konstantin.Scheglov@gmail.com):
Changes in this (trivial) patch.
1. Left angle bracket should be quoted.
2. Fix for indentation.
Review by rjrjr@google.com
http://gwt-code-reviews.appspot.com/1132801
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9323 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/uibinder/client/UiChild.java b/user/src/com/google/gwt/uibinder/client/UiChild.java
index 3f11958..d9bca54 100644
--- a/user/src/com/google/gwt/uibinder/client/UiChild.java
+++ b/user/src/com/google/gwt/uibinder/client/UiChild.java
@@ -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)