Skip to content

Commit 51fb36e

Browse files
committed
Use &lt; and &gt; and wrap tag into a <code /> block
1 parent 071a4f4 commit 51fb36e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • AndroidAnnotations/androidannotations-core/androidannotations/src/main/java/org/androidannotations/holder

AndroidAnnotations/androidannotations-core/androidannotations/src/main/java/org/androidannotations/holder/EViewHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class EViewHolder extends EComponentWithViewSupportHolder implements HasI
4949
+ "The alreadyInflated_ hack is needed because of an Android bug\n" // +
5050
+ "which leads to infinite calls of onFinishInflate()\n" //
5151
+ "when inflating a layout with a parent and using\n" //
52-
+ "the <merge /> tag.";
52+
+ "the <code>&lt;merge /&gt;</code> tag.";
5353

5454
private static final String SUPPRESS_WARNING_COMMENT = "" //
5555
+ "We use @SuppressWarning here because our java code\n" //

0 commit comments

Comments
 (0)