Skip to content

Commit

Permalink
Javadoc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcslee committed Aug 15, 2018
1 parent 398a679 commit d8a269e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/heronarts/p3lx/ui/component/UIPointCloud.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public UIPointCloud(P3LX lx, LXModel model) {
/**
* Update the model
*
* @param model
* @return
* @param model Model to draw
* @return this
*/
public UIPointCloud setModel(LXModel model) {
this.model = model;
Expand Down

0 comments on commit d8a269e

Please sign in to comment.