Skip to content

Commit

Permalink
Javadoc fix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcslee committed May 28, 2020
1 parent ec46aae commit f0dbef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/java/heronarts/glx/ui/UI2dContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ public UI2dContainer setPadding(float topPadding, float rightPadding, float bott
}

/**
* Deprecated. Use {@link #setChildSpacing(float) instead
* Deprecated. Use {@link #setChildSpacing(float)} instead
*
* @param childMargin
* @param childMargin Child margin
* @return this
*/
@Deprecated
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/heronarts/glx/ui/component/UIItemList.java
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ public void onFocus(Event event) {
/**
* Adds an item to the list at the given index
*
* @param int Index to add the item at
* @param index Index to add the item at
* @param item Item to add
* @return this
*/
Expand Down

0 comments on commit f0dbef9

Please sign in to comment.