Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 2a44789

Browse files
authored
ConstraintHelper#setReferencedIds correct return documentation (#396)
1 parent bf49113 commit 2a44789

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/ConstraintHelper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ public int[] getReferencedIds() {
190190

191191
/**
192192
* Helpers typically reference a collection of ids
193-
* @return ids referenced
194193
*/
195194
public void setReferencedIds(int[] ids) {
196195
mReferenceIds = null;

0 commit comments

Comments
 (0)