Skip to content

Commit f781a35

Browse files
authored
Fixes comment (#428)
1 parent bf320b4 commit f781a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flexbox/src/main/java/com/google/android/flexbox/FlexboxLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public class FlexboxLayout extends ViewGroup implements FlexContainer {
116116
private int mAlignContent;
117117

118118
/**
119-
* The current value of the {@link }
119+
* The current value of the maxLine attribute, which specifies the maximum number of flex lines.
120120
*/
121121
private int mMaxLine = NOT_SET;
122122

0 commit comments

Comments
 (0)