You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: etc/sample/app/src/org/jraf/androidcontentprovidergenerator/sample/provider/base/AbstractContentValues.java
Copy file name to clipboardExpand all lines: etc/sample/app/src/org/jraf/androidcontentprovidergenerator/sample/provider/personteam/PersonTeamSelection.java
+2-3
Original file line number
Diff line number
Diff line change
@@ -62,14 +62,14 @@ public PersonTeamCursor query(ContentResolver contentResolver, String[] projecti
62
62
}
63
63
64
64
/**
65
-
* Equivalent of calling {@code query(contentResolver, projection, null}.
65
+
* Equivalent of calling {@code query(contentResolver, projection, null)}.
Copy file name to clipboardExpand all lines: etc/sample/app/src/org/jraf/androidcontentprovidergenerator/sample/provider/serialnumber/SerialNumberSelection.java
+2-3
Original file line number
Diff line number
Diff line change
@@ -57,14 +57,14 @@ public SerialNumberCursor query(ContentResolver contentResolver, String[] projec
57
57
}
58
58
59
59
/**
60
-
* Equivalent of calling {@code query(contentResolver, projection, null}.
60
+
* Equivalent of calling {@code query(contentResolver, projection, null)}.
0 commit comments