Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Add missing param doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten committed Jan 26, 2020
1 parent 71af4e9 commit abc73ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ca/retrylife/frc/limelight/Limelight.java
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public void setStreamMode(StreamMode mode) {
/**
* Enable camera snapshots twice per second
*
* @param enable
* @param enable Enable snapshots?
*/
public void enableSnapshots(boolean enable) {
this.table.getEntry("snapshot").setBoolean(enable);
Expand Down

0 comments on commit abc73ee

Please sign in to comment.