Skip to content

Commit

Permalink
Caveat coder.
Browse files Browse the repository at this point in the history
  • Loading branch information
samskivert committed Mar 8, 2023
1 parent 22ff839 commit e4c2e9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/java/tripleplay/ui/Element.java
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ public Layout.Constraint constraint () {
}

/**
* Configures the layout constraint on this element.
* Configures the layout constraint on this element. Note: if the element already has a
* constraint set, it will be replaced. Constraints cannot be automatically composed.
* @return this element for call chaining.
*/
public T setConstraint (Layout.Constraint constraint) {
Expand Down

0 comments on commit e4c2e9f

Please sign in to comment.