Skip to content

Commit 11dba78

Browse files
Jean-Baptiste QueruAndroid Code Review
authored andcommitted
Merge "Fix build (broken documentation link)"
2 parents a15e488 + 2f0a330 commit 11dba78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/database/sqlite/SQLiteQueryBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ public String buildUnionSubQuery(
476476
* @deprecated This method's signature is misleading since no SQL parameter
477477
* substitution is carried out. The selection arguments parameter does not get
478478
* used at all. To avoid confusion, call
479-
* {@link #buildUnionSubQuery(String, String[], Set<String>, int, String, String, String, String)}
479+
* {@link #buildUnionSubQuery}
480480
* instead.
481481
*/
482482
@Deprecated

0 commit comments

Comments
 (0)