Skip to content

Commit

Permalink
Add 'package' comment in CSSNode for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasr committed Sep 14, 2015
1 parent cf94d35 commit e43a8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/java/src/com/facebook/csslayout/CSSNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public static interface MeasureFunction {

public int lineIndex = 0;

CSSNode nextAbsoluteChild;
CSSNode nextFlexChild;
/*package*/ CSSNode nextAbsoluteChild;
/*package*/ CSSNode nextFlexChild;

private @Nullable ArrayList<CSSNode> mChildren;
private @Nullable CSSNode mParent;
Expand Down

0 comments on commit e43a8b2

Please sign in to comment.