Skip to content

Commit 06dee71

Browse files
committed
Fixed Javadoc issues
1 parent 6e4c7a0 commit 06dee71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/src/main/java/com/devbrackets/android/recyclerext/adapter/RecyclerHeaderAdapter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public int getHeaderViewType(int childPosition) {
162162

163163
/**
164164
* Retrieves the view type for the child view at the specified
165-
* <code>childPosition</code>. This value will be &'ed with the
165+
* <code>childPosition</code>. This value will be &amp;'ed with the
166166
* inverse of {@link #HEADER_VIEW_TYPE_MASK} to make sure the header
167167
* and child view types don't overlap.
168168
* @param childPosition The position of the child to get the type for

library/src/main/java/com/devbrackets/android/recyclerext/adapter/RecyclerHeaderCursorAdapter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public int getHeaderViewType(int childPosition) {
176176

177177
/**
178178
* Retrieves the view type for the child view at the specified
179-
* <code>childPosition</code>. This value will be &'ed with the
179+
* <code>childPosition</code>. This value will be &amp;'ed with the
180180
* inverse of {@link #HEADER_VIEW_TYPE_MASK} to make sure the header
181181
* and child view types don't overlap.
182182
* @param childPosition The position of the child to get the type for

0 commit comments

Comments
 (0)