Update setUpdateRate() documentation to match implementation.

Update rates as fast as 10 ms are now allowed.

Fixes #184.
This commit is contained in:
Peter Johnson
2017-01-18 21:31:18 -08:00
parent 3e2631f49b
commit 13457d1bf4
2 changed files with 2 additions and 2 deletions

View File

@@ -1007,7 +1007,7 @@ public class NetworkTable implements ITable, IRemote {
/**
* Set the periodic update rate.
*
* @param interval update interval in seconds (range 0.1 to 1.0)
* @param interval update interval in seconds (range 0.01 to 1.0)
*/
public static void setUpdateRate(double interval) {
NetworkTablesJNI.setUpdateRate(interval);