mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpimath] Fix Javadoc warning (#3532)
This commit is contained in:
@@ -152,6 +152,7 @@ public class LinearFilter {
|
||||
* @param samples The number of samples to use to compute the given derivative. This must be one
|
||||
* more than the order of derivative or higher.
|
||||
* @param period The period in seconds between samples taken by the user.
|
||||
* @return Linear filter.
|
||||
*/
|
||||
@SuppressWarnings("LocalVariableName")
|
||||
public static LinearFilter backwardFiniteDifference(int derivative, int samples, double period) {
|
||||
|
||||
Reference in New Issue
Block a user